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
Most language servers provide the ability to rename a symbol simply by typing in the new name at one instance of it. This is usually invoked with F2 with the caret on the symbol (such as a variable, type, or function), and can also be invoked via the context menu. If the user attempts to invoke Rename Symbol on an externally provided symbol, such as a type provided by the extension, the attempt is blocked. The user interface is handled by VSCode and is the same across extensions.
The lack of this feature is very noticeable to me and makes refactoring significantly more cumbersome.
The text was updated successfully, but these errors were encountered:
Most language servers provide the ability to rename a symbol simply by typing in the new name at one instance of it. This is usually invoked with F2 with the caret on the symbol (such as a variable, type, or function), and can also be invoked via the context menu. If the user attempts to invoke Rename Symbol on an externally provided symbol, such as a type provided by the extension, the attempt is blocked. The user interface is handled by VSCode and is the same across extensions.
The lack of this feature is very noticeable to me and makes refactoring significantly more cumbersome.
The text was updated successfully, but these errors were encountered: