castwide / vscode-solargraph

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

Please provide documentation on how to use with vscode-ruby #190

Closed baelter closed 4 years ago

baelter commented 4 years ago

Are these extensions mutually exclusive? Should one use both? How should they be configured for best experience?

castwide commented 4 years ago

I frequently use both extensions simultaneously and make an effort to keep them compatible. My one recommendation is that ruby.intellisense should probably be set to false, which is currently the default.

baelter commented 4 years ago

Thanks!