castwide / vscode-solargraph

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

Completion menu only shows "Loading..." until I restart Solargraph #265

Open CodingMarkus opened 1 year ago

CodingMarkus commented 1 year ago

When I start VSCode on macOS 12.6 and open a Ruby file, the only auto completion I get is "Loading...". But when I open the command palette and choose "Restart Solargraph", everything works as expected. Yet after every restart of the app I first have to restart Solargraph to get completion results.

CodingMarkus commented 1 year ago

Okay, I spoke too soon. Restarting Solargraph will not provide me with completions but only with basic keywords and snippets, like if, if else, begin else ensure, and so on (none of those have an icon BTW) but still no code completion. At least that's better than just displaying Loading...

castwide commented 7 months ago

Are you still experiencing this issue with the current Solargraph gem? If so, can you provide a reproducible example?

CodingMarkus commented 7 months ago

Are you still experiencing this issue with the current Solargraph gem?

Not sure as I've disabled the Solargraph extension completely in VSCode because this behavior was so annoying. I just updated the gem and reenabled the extension. Nothing happened so far but I might have to edit certain Ruby files to know for sure, so I'll guess I will know in a few days if that issue reappears or not.