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::ComplexType::UniqueType#rooted?
- Solargraph::ComplexType::UniqueType#all_rooted?
- Solargraph::ComplexType::UniqueType#self_to_type
- Solargraph::ComplexType::UniqueType#qualify
- Solargraph::ComplexType::UniqueType#hash
- Solargraph::ComplexType::UniqueType#==
- Solargraph::ComplexType::UniqueType#eql?
- Solargraph::ComplexType::TypeMethods#can_root_name?
- Solargraph::ComplexType::TypeMethods#all_params
- Solargraph::LanguageServer::Host::MessageWorker#version_dependent?