forked from finos/legend-engine-ide-lsp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add tests for completion. (finos#130)
* Basic code completion. * Handle 'null' description in LegendCompletion. * Limiting the function suggestions to just the core service-specific ones. * Dummy commit for resolving conflicts. * Changing ownership grammar in service boilerplate. * Resolve conflicts. * Address Kevin's PR comments: replace line separators, add @OVERRIDES markers, change type for getCompletions method from Iterable to List. * Add tests for completion. * Add grammar-specific tests for completion. * Resolve conflicts * Resolve conflicts. * Remove unnecessary dependency, fix tests.
- Loading branch information
Showing
6 changed files
with
283 additions
and
2 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
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
Oops, something went wrong.