-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Completion of locals in more places (#847)
Locals are now suggested anywhere inside of a word boundary, including function a call argument list, map keys/values, arrays, etc. Added a couple of useful helpers as part of this that we should be able to use for other completion providers too. Fixes #844 Signed-off-by: Anders Eknert <anders@styra.com>
- Loading branch information
1 parent
8dd71c8
commit 1edfd88
Showing
3 changed files
with
84 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters