Support deprecated CompletionItemTag
when importing objects marked as @deprecated
#6179
Viicos
started this conversation in
Enhancement
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I don't know if this is possible for performance reasons, but it would be nice to have imported objects marked as
@deprecated
using theCompletionItemTag.Deprecated
LSP tag.Additionally, such deprecated items could be suggested last, to have a better auto-completion experience:
Beta Was this translation helpful? Give feedback.
All reactions