-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Epic - Mejoras autocompletado (#106)
* First step: removing templates and adding custom snippets * Fix autocomplete node selection * WIP: adding TODOs * Add pending autocompletes * fix integration tests * back to deleted test * Added unit tests for all elements that have autocomplete * fix #85 - filtering symbol messages * Fix #53 - autocomplete con prioridades * Autocomplete: new & literal revamped * Refactored sort methods & added reference classes autocomplete * Add initializers for New & fix autocomplete for references * Add all kind of references (singleton, attributes & classes) * Object methods shoud place last in autocomplete * Fix autocomplete for singleton references * handle failure & remove duplication * remove custom method and use existing objectClass * Import autocomplete * better performance metrics * Add tests for message completion * Add tests for message completion * add tests for list & set * Add tests for singleton autocomplete * Add tests: singleton + default case * Add tests for new node * Add test for reference inside imports * Add last tests and fix sort text in tests * Fix integration tests * PR Review fixes * Removing unnecessary test
- Loading branch information
Showing
17 changed files
with
859 additions
and
221 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Empty file.
Empty file.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,4 @@ object Pepita { | |
} | ||
|
||
class a {} | ||
|
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.