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

Rename symbol does not work for functions with awk-language-server as provider #54

Open
LeonardoMor opened this issue Feb 25, 2024 · 1 comment
Labels
bug Something isn't working providers

Comments

@LeonardoMor
Copy link

LeonardoMor commented Feb 25, 2024

I wanted to rename a function but it didn't work, I told me there was nothing to rename. But I have a keybinding that uses vim.lsp.buf_request with the "textDocument/rename" capability to rename symbols. As you can see that works.

asciicast

That capability is used on your fallback legacy_rename.

Now the awk-language-server has 'renameProvider' so it might be a bug on their side. But I don't know how to isolate it.

@hedyhli hedyhli added bug Something isn't working providers labels Mar 15, 2024
@LeonardoMor
Copy link
Author

So is this a provider problem? Just curious.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working providers
Projects
None yet
Development

No branches or pull requests

2 participants