Sublime Forum

LSP doesn't show code lenses

#1

I opened this issue on ruby-lsp-rails, but then discovered that I don’t seem to be getting code lenses in ruby-lsp either. Not certain if they are working in Sublime Text at all. Am I doing something wrong? (The details are in the issue):

0 Likes

#2

I have replied in the GitHub issue. The issue is that LSP won’t show code lenses for simple json configuration style clients because it doesn’t know what to do with the code lens command directives.

To get code lenses to work someone should instead write an ST package that handles the code lenses with python code.

1 Like

#3

Much appreciated. I didn’t know there’s additional magic dust involved.

0 Likes