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

Feature Request: implement WorkspaceWillRenameFiles #308

Open
jiangyinzuo opened this issue Apr 14, 2024 · 1 comment
Open

Feature Request: implement WorkspaceWillRenameFiles #308

jiangyinzuo opened this issue Apr 14, 2024 · 1 comment

Comments

@jiangyinzuo
Copy link

default __.WorkspaceWillRenameFiles(_) = notImplemented

This functionality is expected to update all of the file's references when a file is renamed/moved to another directory.

It will bring us a lot of convenience when refactoring our markdown project.

See also:
https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#workspace_willRenameFiles

@elgar328
Copy link

I desperately need this feature.
When renaming a link like [[filename]] in helix ditor, the file name and links pointing to this file elsewhere need to be changed at the same time.
And if the file name in the marksman lsp workspace is changed, several links need to be modified as well.
When this becomes possible, I would like to use obsidian and the helix editor simultaneously to manage markdown files. It becomes possible for me to conveniently write notes through a terminal at my desk and access files using a mobile device while on the road.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants