Skip to content

[Feature] Add a handler for textDocument/rename #84

@axieax

Description

@axieax

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:

Metadata

Metadata

Assignees

Labels

featureNew feature or request

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions