vscode-solargraph icon indicating copy to clipboard operation
vscode-solargraph copied to clipboard

No VSCode Integration and No Error

Open JoshReedSchramm opened this issue 2 years ago • 0 comments

Hey all - hoping someone might have some thoughts.

I installed the solargraph gem, the vscode extension, restarted vscode and relaunched via code .

I also tried running bundle exec yard gems and restarted

I am getting no response from solargraph in vscode at all. When the auto-complete dialog shows up all I see is an alphabetic list of tokens that vscode sees throughout the codebase - nothing contextual at all to the object I'm referencing.

If I hit ctrl+space I get the same thing.

I ran ps aux | grep solargraph though and I do see a running process and it's using the right executable (the one in my RVM gempath).

Is it possible there's some sort of VSCode setting conflicting here? I tried just basic ruby objects like string but I never get any relevant contextual intellisense - just that alpha list of tokens.

Thanks

JoshReedSchramm avatar Mar 15 '22 13:03 JoshReedSchramm