-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implementation of new editor completion API #25770
Closed
Closed
Changes from all commits
Commits
Show all changes
96 commits
Select commit
Hold shift + click to select a range
c2ae761
Implementation and cleanup of completion
dpoeschl 97657fa
NoWarn for some reason
dpoeschl 35196e0
Update Editor NuGet references
dpoeschl 5d4652a
Actually update editor nugets
dpoeschl 983d67b
TextInternal version
dpoeschl 555d529
Use a usable textinternal
dpoeschl abbb9ea
New NuGets
dpoeschl 3c66d37
Newer NuGets
dpoeschl cadd494
Disable completion during Inline Rename
dpoeschl 9410bc8
Fix signing of swix project output
jaredpar 16919a4
Update NuGets
dpoeschl b5d045b
New initial selection handling WIP
dpoeschl 17b5144
Newer NuGets
dpoeschl 33bff91
Race condition avoided...
dpoeschl 943cced
Fixup Packages
dpoeschl d0095d8
It builds again
dpoeschl 8b9ac6b
Update NuGets and build
dpoeschl 03d858a
switching things up
dpoeschl 625a51b
Revert "switching things up"
dpoeschl d9d3a8b
Make some tests start passing.
dpoeschl 0cb2083
167/246 C# tests passing
dpoeschl ef2edb4
Update packages
dpoeschl 38c61d8
Adapt to NuGets
dpoeschl 373839f
New CommandHandler name
dpoeschl a5503f9
Fix some tests
dpoeschl 5310bd4
Hack that probably doesn't work
dpoeschl a1e8737
Update nugets
dpoeschl 233282b
IVT does custom commit
dpoeschl a5d50ac
Stop using IsUnavailable
dpoeschl 4625d7b
Update Nugets
dpoeschl 941f835
Hard select on backspace correctly
dpoeschl 033efa2
Implementation and cleanup of completion
dpoeschl efe328c
NoWarn for some reason
dpoeschl 740b007
Actually update editor nugets
dpoeschl bf65e20
New NuGets
dpoeschl 77332f4
Newer NuGets
dpoeschl c584822
Disable completion during Inline Rename
dpoeschl b5c1b8e
New initial selection handling WIP
dpoeschl 9bf209d
Newer NuGets
dpoeschl 15d0d10
Race condition avoided...
dpoeschl 05be2af
It builds again
dpoeschl eea54d2
Update NuGets and build
dpoeschl dda77cb
switching things up
dpoeschl d2384cc
Revert "switching things up"
dpoeschl e3f9f6b
Make some tests start passing.
dpoeschl 8f72b94
167/246 C# tests passing
dpoeschl 44a9241
Update packages
dpoeschl 5f8ebfa
Adapt to NuGets
dpoeschl df121e5
New CommandHandler name
dpoeschl 23f1ab8
Fix some tests
dpoeschl 166c05d
Hack that probably doesn't work
dpoeschl 8fdd2e0
Update nugets
dpoeschl a51a339
IVT does custom commit
dpoeschl 27868d2
Stop using IsUnavailable
dpoeschl 4839905
Update Nugets
dpoeschl 8565d6c
Hard select on backspace correctly
dpoeschl 400d07e
resolving merge conflicts
ivanbasov ae7e48f
resolving merge conflict
ivanbasov 472210d
Revert changes to AbstractCompletionCommandHandler
dpoeschl 18c0183
using feature flag to avoid calling old completion service
ivanbasov d904e65
restoring tests for the old completion service
ivanbasov b302fae
Undo NuGet.Config changes
dpoeschl bb864ce
Inherit NoWarns properly
dpoeschl f956abe
Reenable InlineRenameService
dpoeschl 635f1f1
Comment the InlineRenameSession disabling of completion
dpoeschl 8a77f1d
seal CompletionCommitManager
dpoeschl 4661e03
Cancellation in the CompletionItemSource
dpoeschl e28cb0e
Comment in the CompletionCommitManager
dpoeschl 42637eb
Updates to the CompletionItemSource
dpoeschl 7e1095f
Rename Service to ItemManager
dpoeschl 065cd63
ItemManager file names
dpoeschl e4b0f39
ItemManager updates
dpoeschl 3491b05
More Review Feedback
dpoeschl 26634e2
Update TODO
dpoeschl 2c7d8f9
Link todos to bugs
dpoeschl aed4d78
Use TextView property instead of field in tests
dpoeschl ffdd4fe
Remove another trace of TestWaitIndicator
dpoeschl 33facbb
Begin to explain IFeaturesCustomCommitCompletionProvider
dpoeschl a729eb2
More TODO links
dpoeschl 626e95d
Need to export the TestWaitIndicator
dpoeschl c7c2318
Skip failing tests
dpoeschl 02be360
VB Test Updates
dpoeschl 89802a1
fixing broken oldCompletion unit tests
ivanbasov 9d37ced
Skip the rest of the failing VB tests
dpoeschl 17aaa26
move intellisense tests
ivanbasov e924113
expect to fix 41 of 54 failures
ivanbasov 8ec341e
correct fix for generatetype tests
ivanbasov 85db98a
fixing one more test
ivanbasov ffc0763
more tests fixed
ivanbasov 935eced
Update NuGets
dpoeschl 4c734f1
Fix a couple snippet tests
dpoeschl ca903bf
fixed flaky tests
ivanbasov ea29b6d
Merge branch 'master-vs-deps' into features/AsyncCompletion
ivanbasov b2d4d95
resolving split string literal tests
ivanbasov b56c3d8
Disable VB tests for documented reasons
dpoeschl 4599877
fix the KnownImageIds.LocalVariable which was missed in the previous PR
JieCarolHu 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 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
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
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.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line can be removed since you're using
RoslynCompletion.CompletionItem
below. Also remove this using from other files