Skip to content

Add deprecated property to CompletionItem and SymbolInformation#465

Merged
dbaeumer merged 1 commit intomicrosoft:gh-pagesfrom
rcjsuen:deprecated
May 8, 2018
Merged

Add deprecated property to CompletionItem and SymbolInformation#465
dbaeumer merged 1 commit intomicrosoft:gh-pagesfrom
rcjsuen:deprecated

Conversation

@rcjsuen
Copy link
Copy Markdown
Contributor

@rcjsuen rcjsuen commented Apr 26, 2018

It should be possible for completion items and symbols to be flagged as being deprecated. Some editors and IDEs flag such deprecated items by applying a visual affordance such as striking the text out. By introducing this new deprecated property, these editors and IDEs will be able to use its deprecation UI affordance when supporting a language via the LSP.

This implements and closes #139.

See microsoft/vscode-languageserver-node#332 for the VS Code implementation.

It should be possible for completion items and symbols to be flagged
as being deprecated. Some editors and IDEs flag such deprecated items
by applying a visual affordance such as striking the text out. By
introducing this new deprecated property, these editors and IDEs will
be able to use its deprecation UI affordance when supporting a
language via the LSP.

Signed-off-by: Remy Suen <remy.suen@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants