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
- Fix TypeChecker::Rules#level always returning nil
- Fix @!override with @overload not dispatching per call site
- Synthesize a Struct.new constructor pin for gem-sourced constants
- Leave an unbound namespace generic unresolved instead of erasing to untyped
- Degrade an unparseable Struct attribute tag instead of raising
- Fix splat target in multiple assignment losing its element type
- Fix unresolved method-level generic block parameters
- Narrow types inside an until loop body
- Keep a block's reassignment of an outer local visible after the block
- Support blocks with implicit parameters (_1, it) and backtick commands
- Docs
- Solargraph::RbsMap::Conversions#rooted_name
- Solargraph::LanguageServer::Host#pending_completions?
- Solargraph::ComplexType::Conformance#inferred
- Solargraph::ComplexType::Conformance#api_map
- Solargraph::ComplexType::Conformance#with_new_types
- Solargraph::ComplexType::Conformance#subtypes_conform?
- Solargraph::ComplexType::Conformance#key_types_conform?
- Solargraph::ComplexType::Conformance#erased_type_conforms?
- Solargraph::ComplexType::Conformance#conforms_via_reverse_match?
- Solargraph::ComplexType::Conformance#can_strip_expected_parameters?