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

Support workspace/willRenameFiles #2199

Open
rchl opened this issue Feb 16, 2023 · 0 comments · May be fixed by #2498
Open

Support workspace/willRenameFiles #2199

rchl opened this issue Feb 16, 2023 · 0 comments · May be fixed by #2498
Labels
enhancement protocol updates Issues related to changes in the LSP protocol. Usually because we're out-of-date.

Comments

@rchl
Copy link
Member

rchl commented Feb 16, 2023

Is your feature request related to a problem? Please describe.
Allow to rename files or folders through the LSP server.

Describe the solution you'd like
Implement workspace/willRenameFiles

Describe alternatives you've considered
Manually renaming?

Additional context
This would likely have to be implemented through a LSP-specific "Rename File/Folder" command and wouldn't be supported when triggering other rename commands (built-in or FileManager ones). Unless we would hook those maybe but it would have to be investigated if that's feasible.

There is also workspace/willDeleteFiles and workspace/willCreateFiles but that could be a separate feature request.

@rchl rchl added enhancement protocol updates Issues related to changes in the LSP protocol. Usually because we're out-of-date. labels Feb 16, 2023
@predragnikolic predragnikolic linked a pull request Jun 25, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement protocol updates Issues related to changes in the LSP protocol. Usually because we're out-of-date.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant