This repository has been archived by the owner on Aug 12, 2023. It is now read-only.
Replies: 2 comments 2 replies
-
I don't know much about CodeLens, but in theory: if Neovim supports it, adding support here shouldn't be too challenging. For reference, #301 is the PR that added support for completion. That was 272 lines, including documentation, tests, and two sample sources, so the core scaffolding shouldn't be too hard to set up. Happy to review / provide guidance on a PR if anyone is interested. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I am confused. Aren't code actions essentially the same as code lens? Can you explain how it is different? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey 👋🏾
The title basically states it already. It think it could be pretty interesting to allow injection code lenses like for version control, testing, references etc pp.
What do you think? How hard is to add support for it?
Beta Was this translation helpful? Give feedback.
All reactions