Add CodeLens UI - #53016
Conversation
|
We require contributors to sign our Contributor License Agreement, and we don't have @mustakimali on file. You can sign our CLA at https://zed.dev/cla. Once you've signed, post a comment here that says '@cla-bot check'. |
|
We require contributors to sign our Contributor License Agreement, and we don't have @mustakimali on file. You can sign our CLA at https://zed.dev/cla. Once you've signed, post a comment here that says '@cla-bot check'. |
|
@cla-bot check |
|
We require contributors to sign our Contributor License Agreement, and we don't have @mustakimali on file. You can sign our CLA at https://zed.dev/cla. Once you've signed, post a comment here that says '@cla-bot check'. |
|
The cla-bot has been summoned, and re-checked this pull request! |
|
@cla-bot check |
|
The cla-bot has been summoned, and re-checked this pull request! |
fix: position bug default off feedback cleanup unused code wire up debounce test
11cc343 to
8961b8b
Compare
|
Thank you, we'll need a bit more work than that and hopefully #48923 will get reopened and worked on later. |
@SomeoneToIgnore is this feature already in the roadmap? if yes then when do you aim to release it? |
|
Anyone looking for this - it's landed #54100 (Thanks to @SomeoneToIgnore) |
Adds code lens support that shows reference and implementation counts. Clicking a code lens item triggers the corresponding action (Find All References Or Implementation). Currently tested with Rust-analyzer only.
"code_lens": { "enabled": true }in settings or the "Toggle Code Lens" command"code_lens": { "debounce": 300 }Closes: #11565
Release Notes:
"code_lens": { "enabled": true }in settings or the "Toggle Code Lens" command.