You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The LSP spec defines an optional deprecated property in CompletionItem, DocumentSymbol, SymbolInformation
The property is available in lsp4j, which will allow jdt.ls to implement the feature easily. I expect the IDE to display the deprecated items differently (using strikethrough, italic or other means).
The text was updated successfully, but these errors were encountered:
The LSP spec defines an optional
deprecated
property inCompletionItem
,DocumentSymbol
,SymbolInformation
The property is available in lsp4j, which will allow jdt.ls to implement the feature easily. I expect the IDE to display the deprecated items differently (using strikethrough, italic or other means).
The text was updated successfully, but these errors were encountered: