v0.17.14
v0.17.14
✨ Enhancements
- Create RBSDocument (#2437) by @vinistock
🐛 Bug Fixes
- Consider that the project has a type checker if
sorbet-static
is present as transitive dependency (#2443) by @vinistock - Fix parsing erb with bare
yield
(#2444) by @Earlopain - Make Rails app detection based on Rails::Application superclass (#2218) by @louim
- Fix extracting a method without another declaration to anchor replacement (#2429) by @vinistock
📦 Other Changes
- Make document generic (#2436) by @vinistock
- Document use of
init_options
to configure LSP inside Neovim (#2445) by @adam12 - Run signature blocks ahead of time and compact after indexing (#2460) by @vinistock