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
- Report unparameterized Hash/Array at the declaration site, not several calls downstream
- @generic T return type is lost when the method also declares a block parameter
- Structurally verify RBS interface-typed expectations
- Structural RBS interface conformance only checks method presence, not return/parameter types
- Struct.new(keyword_init: true) members treated as required, not optional/nil-defaulting
- Fix false positive: Struct.new(keyword_init: true) members are optional
- Instance variable type not inferred when set only in an ancestor class's method
- Backfill regression tests for previously-reverted/regressed behavior
- Fix Hash<K,V> tag round-trip crash and TypeChecker call-inference error boundary
- Typecheck rejects arguments that satisfy an RBS type alias, because aliases aren't expanded before comparison
- Docs