-
Notifications
You must be signed in to change notification settings - Fork 231
Open
Labels
addonsTasks related to Ruby LSP addonsTasks related to Ruby LSP addonsenhancementNew feature or requestNew feature or requestpinnedThis issue or pull request is pinned and won't be marked as staleThis issue or pull request is pinned and won't be marked as stale
Description
The LSP spec allows users to invoke completion manually without typing anything.
This scenario is very different from what we currently handle because there's no target node. We simply need to show all possible completion items for the current receiver.
We will need to think about how addons can be invoked for this case and how they should enhance the base response. We may need to allow for a nil target intentionally and then define a special event for it.
Earlopain
Metadata
Metadata
Assignees
Labels
addonsTasks related to Ruby LSP addonsTasks related to Ruby LSP addonsenhancementNew feature or requestNew feature or requestpinnedThis issue or pull request is pinned and won't be marked as staleThis issue or pull request is pinned and won't be marked as stale