Fred Snyder
Fred Snyder
The legacy web server (`solargraph server`) is liable to be deprecated in an upcoming version. Clients are recommended to switch to the language server if possible. Discussion here: https://github.com/castwide/solargraph/issues/50
Ref #507 `ApiMap#get_complex_type_methods` collects a union of methods for complex types, e.g., `[String, Array]` returns both `String` and `Array` methods.
RBS Support
Integration of [RBS ](https://github.com/ruby/rbs)into Solargraph is officially on the roadmap. ## Features * Map the Ruby core and stdlib with RBS * Map gems with RBS when sigs are available...
# Description Add a `@yieldself` tag to document the context in which yielded blocks are expected to run. Example: ```ruby class Foo; end class Bar def initialize @foo = Foo.new...
The legacy web server (`solargraph server`) is liable to be deprecated in an upcoming version. Clients are recommended to switch to the language server if possible. Discussion here: https://github.com/castwide/solargraph/issues/50
Given GitHub's intention to sunset Atom, I expect to archive this project and stop providing updates. [Solargraph](https://github.com/castwide/solargraph) will continue.
As mentioned in a [comment in #781](https://github.com/castwide/solargraph/pull/781#discussion_r2030116341), the switch from `YardMap` to `DocMap` blocked processing of global conventions. We need a way forward for plugins that depend on it. The...
`Library#folding_ranges` has been deprecated for a long time. Removing it eliminates a path that requires catalog synchronization.
Add an `rbs` command to generate an RBS file with [sord](https://github.com/AaronC81/sord). Provide an option to infer missing types.
I have some updates I'd like to contribute, but thought I should check if this gem is still under maintenance or if I should fork it. Changes I'm working on:...