Type based completion using Prism and RBS by tompng · Pull Request #708 · ruby/irb
Implement type based autocompletion #734 using Prism and RBS Default completor is still :regexp. To enable :type completor, write IRB.conf[:COMPLETOR] = :type to irbrc. When Prism is available Whe...