From 0dc5851d1c2e16aec6a022449c6bb784494eb65b Mon Sep 17 00:00:00 2001 From: ray-x Date: Wed, 8 Sep 2021 11:12:20 +1000 Subject: [PATCH] Update coedelens in README.md --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c82406a..b40f6fe 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ in the same line). Using treesitter for file preview highlighter etc - Syntax folding based on treesitter folding algorithm. (It behaves similar to vs-code) -- LSP Code Action, Code Lens, Code lens action +- Fully support LSP CodeAction, CodeLens, CodeLens action. Help you improve code quality. - LRU cache for treesitter nodes @@ -506,6 +506,19 @@ Improved signature help with current parameter highlighted ![lightbulb](https://github.com/ray-x/files/blob/master/img/navigator/lightbulb.jpg?raw=true) +### Codelens + +Codelens for gopls/golang. Garbage collection analyse: + +![codelens](https://user-images.githubusercontent.com/1681295/132428956-7835bf30-2ed5-4871-b2d7-7fbad22f63e8.jpg) + +Codelens for C++/ccls. Symbol reference + +![codelens_cpp_ccls](https://user-images.githubusercontent.com/1681295/132429134-abc6547e-79cc-44a4-b7a9-23550b895e51.jpg) + + + + ### Predefined LSP symbol nerdfont/emoji ![nerdfont](https://github.com/ray-x/files/blob/master/img/navigator/icon_nerd.jpg?raw=true)