-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
Add inlay hints support #42089
Merged
jessetrinity
merged 57 commits into
microsoft:main
from
Kingwl:signature_arguments_labels_support
Jun 25, 2021
Merged
Add inlay hints support #42089
Changes from 55 commits
Commits
Show all changes
57 commits
Select commit
Hold shift + click to select a range
cd99389
Add signature arguments label support
Kingwl ab3c937
Support rest parameters and destruction
Kingwl d91b2f7
make lint
Kingwl 8388add
Fix tuple rest parameters
Kingwl 1058fdd
Adjust name styles
Kingwl 1517b1f
Rename to inline hints
Kingwl fd9b09f
Partition inline hints
Kingwl 23afce2
Adjust range pred
Kingwl ee6527e
Add function expression like hints
Kingwl 679b58d
Support configure inline hints
Kingwl 446bee4
Display hints in single line
Kingwl d2fbd1e
Add test suits and tests
Kingwl c4abb87
Add range tests
Kingwl a9e007a
Support more hints
Kingwl df62a11
Add more options
Kingwl fce2619
Fix logical
Kingwl 679f066
Add more cases
Kingwl eb4b4ad
Support call chains
Kingwl 9297051
Rename options
Kingwl 467b5cd
Match lastest protocol
Kingwl e5ca31b
Update protocol changes
Kingwl 37a7089
Support context value and hover message
Kingwl 2ccfc98
Revert "Support context value and hover message"
Kingwl 0e5f223
Revert "Update protocol changes"
Kingwl 7197d0d
Add hover message
Kingwl e785943
Accept baseline
Kingwl 637c7f8
Update src/services/inlineHints.ts
Kingwl b3c3e7e
Update src/services/inlineHints.ts
Kingwl 7948cec
Merge branch 'master' into signature_arguments_labels_support
Kingwl a374417
Cache across the program
Kingwl 7ac2a35
Merge branch 'master' into signature_arguments_labels_support
Kingwl 5767d7e
Fix possible undefined
Kingwl d7d72d6
Update protocol changes
Kingwl 9306d72
Fix missing property
Kingwl 5cab46f
Merge branch 'main' into signature_arguments_labels_support
Kingwl 2750c6b
Make lint happy
Kingwl 0090962
Avoid call chain hints
Kingwl f771afc
I'm bad
Kingwl 67dcbb0
Add whitespace before type
Kingwl 957756c
Add more tests
Kingwl db4135b
Should care about jsdoc
Kingwl b74af7c
Support complex rest parameter
Kingwl 388cc6d
Avoid module symbol hints
Kingwl f5695a1
Care about leading comments
Kingwl 6336803
Fix CR issues
Kingwl 09cdf37
Avoid changes
Kingwl 71bae5e
Simplify comments contains
Kingwl cba4dc3
Fix CR issues
Kingwl 0e8cdb6
Accept baseline
Kingwl cc06dbc
Merge branch 'main' into signature_arguments_labels_support
Kingwl e8fef30
Check parameter name before create regex
Kingwl d8dc8f1
Rename option
Kingwl 52c9d5c
Avoid makers
Kingwl 7ce7a44
Skip parens for argument
Kingwl 24e1a4a
Fix CR issues
Kingwl 6b279e7
Fix enums
Kingwl 8e9a8d8
Accept baseline
Kingwl 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
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.
Does this need the TODO comment?
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.
Seems yes.
At line 641.