Sort extract constant
refactoring before extract function
#29589
Labels
Domain: Refactorings
e.g. extract to constant or function, rename symbol
Domain: TSServer
Issues related to the TSServer
Fixed
A PR has been merged for this issue
In Discussion
Not yet reached consensus
Suggestion
An idea for TypeScript
Milestone
Search terms
Feature request
When both
extract const
andextract function
refactorings are available for a piece of code, show theextract const
beforeextract function
VS Code shows the refactorings in the order that TS returns them to us in.
Related to #29587
The text was updated successfully, but these errors were encountered: