vscode-ruby version: 0.17.0intelligisense loading forever in large projects. even if I disable almos everything in the solargraph.yml
can I disable this ? and use the normal one?
Can't agree more. What happened? It worked fine before. Probably because it wasn't solargraph?
The ruby.codeCompletion and ruby.intellisense settings let you select the providers.
@castwide did something changed after 0.17.0 update in this regard? I haven't setup anything regarding codeCompletion and intellisense before and it worked fine. I could jump to method definitions pretty easily, but after update I noticed that I got new extension (solargraph), Its mandatory and I got to install gem. And all this works worse than before.
EDIT: thanks, used ruby.intellisense: rubyLocate and now it works as before, which is great
Sorry for the trouble. Solargraph will probably be removed as a hard dependency, although we'll continue to work on making it integrate well with vscode-ruby as an optional extension.
To use the original vscode-ruby feature for jumping to definitions, set ruby.intellisense to rubyLocate.
Also. please feel free to report solargraph-related bugs at https://github.com/castwide/vscode-solargraph.
Closing in favor of #263
setting that, but I would like to disable solargraph
Cannot disable extension 'Ruby Solargraph'. Extension 'Ruby' depends on this.
Most helpful comment
@castwide did something changed after 0.17.0 update in this regard? I haven't setup anything regarding codeCompletion and intellisense before and it worked fine. I could jump to method definitions pretty easily, but after update I noticed that I got new extension (solargraph), Its mandatory and I got to install gem. And all this works worse than before.
EDIT: thanks, used
ruby.intellisense: rubyLocateand now it works as before, which is great