Allow class/function rename to be triggered on declaration keywords and modifiers #28268
Labels
Committed
The team has roadmapped this issue
Domain: Refactorings
e.g. extract to constant or function, rename symbol
Domain: TSServer
Issues related to the TSServer
Suggestion
An idea for TypeScript
VS Code Priority
Critical issues that VS Code needs fixed in the current TypeScript milestone
Milestone
Search Terms
Suggestion
Follow up on microsoft/vscode#58907
Allow renames to be triggered on keywords such as
public
,private
,class
,const
,readonly
, andfunction
to rename the symbol itselfUse the
triggerSpan
property on therenameResponse
to actually trigger the rename on the symbol.We currently return
"You cannot rename this element."
for these casesThe text was updated successfully, but these errors were encountered: