-
Notifications
You must be signed in to change notification settings - Fork 185
Open
Labels
enhancementprotocol updatesIssues related to changes in the LSP protocol. Usually because we're out-of-date.Issues related to changes in the LSP protocol. Usually because we're out-of-date.
Description
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.
LDAP, nicolas-cherel, predragnikolic, sricks and borodean
Metadata
Metadata
Assignees
Labels
enhancementprotocol updatesIssues related to changes in the LSP protocol. Usually because we're out-of-date.Issues related to changes in the LSP protocol. Usually because we're out-of-date.