JetBrains / JetBrains/ruby-type-inference
Fix prioritization with RubyMine type inference system. Which plugin sometimes replaces
Open
- Dominant language
- Kotlin
- Stars
- 135
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
Example:
run this with type tracker:
```ruby
def foo(a); a; end
bar("String")
```
Then ask type of:
```ruby
bar(4)
```
It will say that type in `String` but current type inference system in RubyMine can inference type itself and do it absolutely correctly
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.