-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
Description
Describe the issue
I would like to be able to attach a handler to textDocument/rename which I can use to display renamed changes using nvim-notify.
Proposal
It would be nice to be able to pass a custom handler function into the rename function.
Alternatives
I am currently doing my own renamer (not too sure how to get the popup UI - which is why I want to try out this plugin.
Additional context
This is the handler function I am currently using:
This is how I am passing it into textDocument/rename:
filipdutescu
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or request