Releases: vitallium/intellij-plugin-ruby-lsp
Releases · vitallium/intellij-plugin-ruby-lsp
v0.3.0
What's changed?
This release migrates the plugin to the lsp4ij library so we can properly support code lenses and other advanced LSP features. Instead of re‑implementing or copying this logic ourselves, we now rely on a well‑tested, actively maintained LSP client used by other JetBrains plugins.
Added
- Added
Run Testcommand for code insights - Added
Run Test in Terminalcommand for code insights
Changed
- Migrate to
lsp4ij - Update
lsp4ijversion to v0.19.1 - Update JVM to
jbr-21 - Update
gradleto v9.3.1
v0.2.3
Added
Changed
- Change since build to
251(2025.1) - Update Ruby plugin version to
251.23774.435 - Upgrade Gradle Wrapper to
9.0.0 - Remove obsolete
pluginSinceBuildproperty
Deprecated
Removed
- Remove fixed plugin verifier version
Fixed
Security
v0.1.3
Added
- Support for
252.*builds
v0.1.2
Changed
- Update
gradleto v8.14 - Remove unused
gemScriptArgsBuilder - Upgrade Java version from 17 to 21
v0.1.1
Added
- Support for
251.*EAP builds - Add user-friendly names to the formatter options
v0.1.0
Added
- Automatically ignore the
.ruby-lspdirectory
Removed
- Running experimental versions of
ruby-lspwas removed.
Fixed
- If experimental features are enabled, add
addon_detectioncapability to theinitialization_options.
v0.0.9
Added
- Support EAP versions.
v0.0.8
Added
Changed
Deprecated
Removed
Fixed
- Fixed resetting of features and code actions
Security
[[Unreleased]]: v0.0.7...HEAD
v0.0.7
Added
- Add support for toggling code actions.
Changed
Deprecated
Removed
Fixed
Security
v0.0.6
Added
- Support for "rubyfmt" formatter
- Display a warning when a Ruby LSP formatter is available via an addon.