intellij-lsp
intellij-lsp copied to clipboard
[question] Does this plugin support code lens ?
Does this plugin support rendering code lens received from a language server ?
Not at the moment, because unfortunately CodeLens isn't implemented in IntelliJ (yet).
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 ?