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.
In the types for
atom-ide-datatip, there are two unimplemented concepts: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.