-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
feat(lsp)!: support multiple clients in goto methods #30877
Conversation
Relates to: - neovim#30034 - neovim#17712 - neovim#16363 Closes: - neovim#26936 (but only provides bufnr and method) - neovim#22318 Might fix: neovim#30737
6dd80a3
to
4a1bf01
Compare
4a1bf01
to
3bee3ab
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we add a test for this? :)
done. Looks like this was generally not tested. |
Thx! LGTM |
Is it intended that these methods no longer set tagstack? |
No that wasn't intentional. I missed that it did that. I'll follow up on re-adding that. |
Follow up to neovim#30877 Fixes neovim#30926
Done with #30927 |
I'd noticed the former was pretty useless as all it does is basically call the latter. Seems like now it's been officially deprecated upstream in 0.11. Refs: neovim/neovim#30877
Relates to:
Closes:
textDocument/definition
doesn't sendcontext
toon_list
handler #26936 (but only provides bufnrand method)
Might fix: #30737