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

Implement LSP textDocument/rename #16

Open
Nimaoth opened this issue Aug 24, 2024 · 0 comments
Open

Implement LSP textDocument/rename #16

Nimaoth opened this issue Aug 24, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers
Milestone

Comments

@Nimaoth
Copy link
Owner

Nimaoth commented Aug 24, 2024

  • Add command editor.text.rename <name> which does the LSP request
  • Add keybinding with anonymous command / another command which takes the variables under the cursor and opens the command line with .rename <name> where <name> is the variable under the cursor
  • Cursor in command line should be at same position in the name as it was in the original text document
@Nimaoth Nimaoth added enhancement New feature or request good first issue Good for newcomers labels Aug 24, 2024
@Nimaoth Nimaoth added this to the Beta milestone Aug 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant