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
There is now support to tag completions and symbols as deprecated. Such items get a special rendering, namely
get a strike out
are dimmed
don't render match highlights
To test, write an extension that implements a CompletionItemProvider, a DocumentSymbolProvider, and a WorkspaceSymbolProvider and let them return results using the proposed API of CompletionItemTags and SymbolTags. The deprecated tag should be honoured in
quick outline (cmd+shift+o)
the outline tree
workspace symbol search (cmd+t)
IntelliSense
The text was updated successfully, but these errors were encountered:
re #50972
Complexity: 4
There is now support to tag completions and symbols as deprecated. Such items get a special rendering, namely
To test, write an extension that implements a
CompletionItemProvider
, aDocumentSymbolProvider
, and aWorkspaceSymbolProvider
and let them return results using the proposed API ofCompletionItemTag
s andSymbolTag
s. The deprecated tag should be honoured inThe text was updated successfully, but these errors were encountered: