This repository was archived by the owner on Jan 2, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 95
Extend import list automatically #930
Merged
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
c0c6295
Drop any items in explicit import list
gdevanla 52896f1
Test if imports not included in explicit list show up in completions
gdevanla a1b337f
Merge branch 'master' into ignore-import-list-while-producing-complet…
gdevanla b557a50
Update CompItem to hold additionalTextEdit
gdevanla 48a91b0
Add placeholder value for additionalTextEdit field
gdevanla 72d68aa
Improvement completion tests.
gdevanla eaab73d
Use explicit fields while constructing CompletionItem
gdevanla 3dd6c05
Add function that will extend an import list
gdevanla 37751cb
Use externalImports to extend import list
gdevanla 7733675
Make import list information available
gdevanla f286221
First working prototype of extending import list.
gdevanla 7395818
Pass the original importDecl to cacheDataProducer
gdevanla c6f946a
Add tests for completions with addtional text edits
gdevanla bf23152
Hlinting
gdevanla d9d6ae9
Refine function name and signature
gdevanla 0e3629f
Merge branch 'master' into extend-import-list
gdevanla 3d74ff7
Pass the original importDecl to cacheDataProducer
gdevanla 6ea3ada
Refactor code to use gaurds
gdevanla c683eb2
Exhaust patterns
gdevanla 5798034
Handle empty import list
gdevanla 4494b99
Use correct pattern
gdevanla 870f623
Update expected values in TextEdit
gdevanla 57c09e6
Add test adding imports to empty list
gdevanla 6ef82e4
Remove old code
gdevanla 1cd1cef
Handle names with underscore
gdevanla 687aadc
Exhaust patterns
gdevanla 1f39f15
Improve storing of import map
gdevanla 9649cff
Add trailing comma to import list completions.
gdevanla a2199f4
Add support for Record snippets
gdevanla b9381b8
Add 8.8.4 support
gdevanla 6b8549f
Code cleanup.
gdevanla File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.