Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not allow renaming symbols #64

Open
ator-dev opened this issue Sep 20, 2023 · 0 comments
Open

Does not allow renaming symbols #64

ator-dev opened this issue Sep 20, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@ator-dev
Copy link

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.

@pdesaulniers pdesaulniers added the enhancement New feature or request label Sep 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants