Fred Snyder
Fred Snyder
The easiest workaround is to run `gem install solargraph` from the command line instead. One possible cause is that you're using a system installation of Ruby that requires `sudo` to...
I'll look into Docker container integration. I can definitely see how that wouldn't work with the current update process. If you want to stop the extension from automatically checking for...
I'm not sure if this feature will be supported or not. The typical use case for `@param` text is a brief description, not more than 1 or 2 lines. If...
Yeah, it's fair to call this long-term aspirational. It's on the roadmap, but there are a lot of cases to consider that make it decidedly non-trivial.
I'm not sure what the root cause is, but my first suspicion is that it has something to do with a deep dependency in RuboCop. Solargraph doesn't use `racc` directly....
Thanks for bringing this to my attention. I'll work on it for the next release.
Definition works with nested namespaces as long as all the namespaces are defined. Example: ```ruby class Foo end module Bar end class Bar::Baz end Bar::Baz #
Understood. That seems like a good candidate for an optional feature, or possibly a separate extension. I'll keep this open at least until I create a new issue for the...
It looks like the extension is unable to run the `solargraph` executable. If you run `solargraph -v` from VS Code's integrated terminal, do you get an error?
`solargraph.bundlerPath` and `solargraph.commandPath` need to include the filename, e.g., `/path/to/bundle` and `/path/to/solargraph`.