Shopify / ruby-lsp-rails

A Ruby LSP add-on for Rails
https://shopify.github.io/ruby-lsp/rails-add-on
MIT License
579 stars 27 forks source link

Add option to move CodeLens to inline instead of above #496

Closed donquxiote closed 4 weeks ago

donquxiote commented 4 weeks ago

The code lens to navigate to a view from a controller is really handy! But it's a bit of a nuisance in my project when it looks like an empty line but isn't.

I'd really appreciate a setting that I could toggle to set the code lens stuff to be next to the controller name instead of just above it.

Image

andyw8 commented 4 weeks ago

Hi @donquxiote,

This is a behaviour of VS Code, we don't have control over it. Other people have made this request: https://github.com/microsoft/vscode/issues/90235