castwide / vscode-solargraph

A Visual Studio Code extension for Solargraph.
Other
424 stars 25 forks source link

It doesn't seem to be working: what theme should I use with Solargraph? #272

Open collimarco opened 10 months ago

collimarco commented 10 months ago

I really like the highlighting that you show in the README and here:

https://marketplace.visualstudio.com/items?itemName=castwide.solargraph

However, even if I installed this extension and run this:

rbenv shell 3.2.2
gem install solargraph

Nothing seems to be working. I don't understand if it's not working or if the theme is wrong.

What theme should I use with solargraph in order to get what you show in the screenshot?

Also, how can I detect if the extension is running properly?

Thanks

castwide commented 10 months ago

Solargraph is responsible for very little of the syntax highlighting. The highlighting in the screenshot probably came from the wingrunr21.vscode-ruby extension, which is also a dependency for rebornix.Ruby. The marketplace says both are deprecated, so there might be better alternatives. Right now I'm just using the highlighting provided by VS Code itself. The code from the screenshot looks like this for me:

image