solargraph
https://github.com/castwide/solargraph
Ruby
A Ruby language server.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
3 Subscribers
Add a CodeTriage badge to solargraph
Help out
- Issues
- External gem dependency management
- Cache gems and Solargraph annotations across CI runs
- Add rspec-time-guard to catch hanging specs
- Kernel#send doesn't work with splat blocks
- Cached RBS types leak between open workspace folders
- Stop dropping union members a module guard could match
- Solargraph drops the types gems add to core classes
- Fix `super` inferring the union of every ancestor's return type
- Report a bad config value instead of ignoring it
- Narrow other via self.class == other.class in flow-sensitive typing
- Docs
- Solargraph::Pin::Base#type_location
- Solargraph::Pin::Method#block?
- Solargraph::Pin::Closure#rbs_generics
- Solargraph::Pin::Closure#to_rbs
- Solargraph::Pin::Callable#parameters=
- Solargraph::Pin::Callable#block=
- Solargraph::Pin::Callable#block?
- Solargraph::Pin::Callable#to_rbs
- Solargraph::Pin::Callable#mandatory_positional_param_count
- Solargraph::Pin::Callable#arity_matches?