What's Changed
✨ Enhancements
- Add go to definition in validations and if/unless conditionals by @domingo2000 in #638
- Add documentSymbol support to schema.rb by @vicocamacho in #660
- Add hover on i18n translations by @domingo2000 in #640
🐛 Bug Fixes
- Use unformatted descriptions as test example labels by @vinistock in #642
- Escape file paths for test command resolution by @vinistock in #658
- Fix
undefined method 'join' for an instance of Stringon hover by @cpgo in #645 - Close any database connections at the end of request by @janko in #661
🛠 Other Changes
- Set RUBY_LSP_RAILS_RUNNER env variable on start-up by @kumarpit in #655
- Use Prism parser for Sorbet by @Morriar in #697
- Update Ruby LSP dependency to allow beta version and update gems by @vinistock in #705
- Migrate go to definition to Rubydex by @vinistock in #706
- Migrate hover to Rubydex by @vinistock in #707
- Migrate rails test style discovery to Rubydex by @vinistock in #710
- Remove indexing enhancement by @vinistock in #711
- Ensure runtime server exits after shutdown by @vinistock in #708
New Contributors
- @kumarpit made their first contribution in #655
- @cpgo made their first contribution in #645
- @janko made their first contribution in #661
- @vicocamacho made their first contribution in #660
- @rafaelfranca made their first contribution in #679
- @Morriar made their first contribution in #697
Full Changelog: v0.4.8...v0.5.0.beta1