generated from atom-community/atom-ide-template
-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
enhancementNew feature or requestNew feature or request
Description
In the types for atom-ide-datatip
, there are two unimplemented concepts:
- a pinned datatip (presumably, a datatip that stays at a particular position in the editor until dismissed manually)
- a modifier provider (presumably, a provider that is also passed the information about the held modifier keys like Ctrl or Shift)
What would be the use cases for these? So far I don't see much reason to have them. They aren't implemented by the LSP, so it's unlikely that we'll have proper language support for these either.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request