Results 339 comments of Fred Snyder

This bug is no longer reproducible. If you still encounter it, please feel free to reply or open a new issue.

The `domains` setting (and the `@!domain` directive) imports public instance methods from classes and modules. Its intended use is to provide code intelligence for certain types of DSLs. It was...

There are a couple of things you can try. 1. Make sure you have gem documentation installed by running `yard gems`. 2. Add a .solargraph.yml file to the app's root...

Solargraph's YARD support is at a point where some of the missing Rails intellisense can be filled with a small `@!parse` directive. I created a gist for it here: https://gist.github.com/castwide/28b349566a223dfb439a337aea29713e...

@mathieushopify It works in circumstances where a type can be inferred: ```ruby obj = Object.new obj.b #

@dgutov Yeah, my personal preference is for undefined types to return no completions instead of assuming `Object`. It's less ambiguous about whether a type was detected. If anyone finds it...

Version 0.34.0 introduces some new features that should add some improvements to Rails support. ## Quick Start 1. Install the latest Solargraph gem. 2. Run `solargraph bundle` from your Rails...

@minkir014 I'm sorry, I don't know what you mean.

Gem 0.34.1 fixes some issues that occurred in certain bundler environments.

@minkir014 I don't know when it will be fixed because I don't even know what the root cause is. When the `RdocToYard` component generates an `RDoc` store, all the code...