Skip to content

Releases: vitallium/intellij-plugin-ruby-lsp

v0.3.0

02 Feb 20:09
bfb1d3e

Choose a tag to compare

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 Test command for code insights
  • Added Run Test in Terminal command for code insights

Changed

  • Migrate to lsp4ij
  • Update lsp4ij version to v0.19.1
  • Update JVM to jbr-21
  • Update gradle to v9.3.1

v0.2.3

17 Sep 14:32
f83a604

Choose a tag to compare

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 pluginSinceBuild property

Deprecated

Removed

  • Remove fixed plugin verifier version

Fixed

Security

v0.1.3

30 Aug 10:06
4ac385a

Choose a tag to compare

Added

  • Support for 252.* builds

v0.1.2

24 Aug 17:54
0b315cc

Choose a tag to compare

Changed

  • Update gradle to v8.14
  • Remove unused gemScriptArgsBuilder
  • Upgrade Java version from 17 to 21

v0.1.1

25 Jan 17:59
7fbc60a

Choose a tag to compare

Added

  • Support for 251.* EAP builds
  • Add user-friendly names to the formatter options

v0.1.0

15 Jan 18:42
053f863

Choose a tag to compare

Added

  • Automatically ignore the .ruby-lsp directory

Removed

  • Running experimental versions of ruby-lsp was removed.

Fixed

  • If experimental features are enabled, add addon_detection capability to the initialization_options.

v0.0.9

04 Nov 08:00
0303af1

Choose a tag to compare

Added

  • Support EAP versions.

v0.0.8

22 Sep 09:47
b2ffd1b

Choose a tag to compare

Added

Changed

Deprecated

Removed

Fixed

  • Fixed resetting of features and code actions

Security

[[Unreleased]]: v0.0.7...HEAD

v0.0.7

03 Sep 19:37
1f23194

Choose a tag to compare

Added

  • Add support for toggling code actions.

Changed

Deprecated

Removed

Fixed

Security

v0.0.6

27 Aug 19:22
8ce09c3

Choose a tag to compare

Added

  • Support for "rubyfmt" formatter
  • Display a warning when a Ruby LSP formatter is available via an addon.

Changed

Deprecated

Removed

Fixed

Security