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

[question] Does this plugin support code lens ?

Open gayanper opened this issue 6 years ago • 2 comments

Does this plugin support rendering code lens received from a language server ?

gayanper avatar Mar 14 '19 13:03 gayanper

Not at the moment, because unfortunately CodeLens isn't implemented in IntelliJ (yet).

gtache avatar Mar 14 '19 17:03 gtache

Well i found out IntelliJ has something called InLays which can be used to implement the codelens. I tried to implement codelens for spring-boot idea plugin. But now i need to check the document version to see if the codelens i receive matches the current document version. How can i retrieve the document version from so i can match the version with VersionedTextDocumentIdentifier.version which i get in codelens response ?

gayanper avatar Mar 16 '19 05:03 gayanper