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):
LSP doesn't show code lenses
rwols
#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