lsp-bridge icon indicating copy to clipboard operation
lsp-bridge copied to clipboard

Highlight constructs related to thing under cursor

Open luckysori opened this issue 1 year ago • 1 comments

I'm not sure if this a feature specific to rust-analyzer, but when using lsp-mode I would get highlighting for things related to the thing under cursor. This does not happen with lsp-bridge. Is it something that will be supported in the future?


The rust-analyzer feature is explained here.

luckysori avatar Apr 05 '23 04:04 luckysori

Community developer @xhcoding has build a PR https://github.com/manateelazycat/lsp-bridge/pull/552 about sematic token.

I don't know if it's the function you're looking for?

I'm not rust expert, don't familiar this.

Welcome to contribute PR, please check https://github.com/manateelazycat/lsp-bridge#join-development to see how to develop lsp-bridge.

manateelazycat avatar Apr 05 '23 04:04 manateelazycat