Fred Snyder
Fred Snyder
It's still in progress. I just updated the `rbs` branch with a few commits I hadn't pushed yet. I can't give an exact ETA yet, but certainly before the end...
Solargraph responds to `workspace/didChangeWatchedFiles` messages regardless of whether the client registered the capability. In vscode-solargraph, the client decides which files to watch. It hasn't been a problem so far, although...
Order-dependent lists have partial support at the moment. The `Array(Type,...)` syntax works, but the parameters are largely ignored in mapping and inference. Improved support is on the roadmap.
Can you copy/paste your workspace's `.solargraph.yml` file?
The config looks okay. Is Solargraph running from inside Docker? If so, maybe the .solargraph.yml file isn't being copied to the container?
You shouldn't need to include your system gem folders to get intellisense for your gems. Solargraph uses YARD documentation for them. It might be a little less complete depending on...
It should work with a multi-root workspace as long as the config files are in the workspace folders. Does it only work with a single project folder?
You might be able to get the gem access you need with Go To Definition. For example, if you're using Benchmark in your code: ```ruby require 'benchmark' Benchmark.measure {} ```...
Browsing gem code should not be an issue anymore. If there are still related problems, please feel free to open a new issue.
This is a great start, but there are still a couple of use cases that don't match [YARD's specification](https://www.rubydoc.info/gems/yard/file/docs/Tags.md#visibility). 1. A `@!visibility` directive that is attached to a method should...