-
Notifications
You must be signed in to change notification settings - Fork 226
Closed
Labels
completionsBugs or features relating to autocomplete suggestionsBugs or features relating to autocomplete suggestionsserverRelated to the LSP serverRelated to the LSP server
Milestone
Description
Here are the completions currently offered if you type from abc import abstract<CURSOR>:
But I don't want to import abstractclassmethod -- it's deprecated! And it should be easy for our completions machinery to detect that, since it has the @deprecated decorator on its typeshed definition. It seems wrong for the deprecated symbol (abc.abstractclassmethod) to appear higher in the list of completions suggestions than its nondeprecated replacement (abstractmethod).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
completionsBugs or features relating to autocomplete suggestionsBugs or features relating to autocomplete suggestionsserverRelated to the LSP serverRelated to the LSP server