Skip to content

Releases: oxc-project/oxc-intellij-plugin

v0.0.16

30 Aug 00:16
7b0a3fe
Compare
Choose a tag to compare

Fixed

  • Fix working directory lookup when specifying a language server path that is not part of a node_modules installation.

v0.0.15

28 Aug 04:57
7fe9207
Compare
Choose a tag to compare

Added

  • Add support for type aware rules.
  • Cleanup the configuration UI.

v0.0.14

28 Aug 00:41
c8d61e1
Compare
Choose a tag to compare

Added

  • Add support for configuring the severity of unused disable directives.
  • Add support for passing flags to the language server.

Fixed

  • Fix fixAllOnSave property to save to the correct element instead of conflicting with configPath.

v0.0.13

04 Jul 06:37
fd5b29d
Compare
Choose a tag to compare

Fixed

  • Resolve multiple language servers being started when only one should be running.
    This resulted in duplicate diagnostics in the IDE.
  • Resolve language server not stopping when closing all relevant files.
  • Resolve language server starting when opening irrelevant files.

Removed

  • Removed support for IDE versions 2024.3.

v0.0.12

24 Jun 01:09
c95343d
Compare
Choose a tag to compare

Added

  • Add support for 2025.2.* versions of IntelliJ.

v0.0.11

11 Jun 03:29
950475c
Compare
Choose a tag to compare

Fixed

  • Use project root directory as the root when an Oxlint config file is not available.

v0.0.10

09 Jun 03:43
83cd049
Compare
Choose a tag to compare

Added

  • Add run trigger to config settings. Allow triggering Oxlint either on save or on type.

Changed

  • Use the new Oxc Language Server config format. This requires Oxlint 0.16.11 or newer.

Note: This is similar to the v0.0.9 release which failed to publish. It does not contain any functional differences for the plugin.

v0.0.9

09 Jun 02:26
b9b1c31
Compare
Choose a tag to compare

Added

  • Add run trigger to config settings. Allow triggering Oxlint either on save or on type.

Changed

  • Use the new Oxc Language Server config format. This requires Oxlint 0.16.11 or newer.

v0.0.8

19 May 00:59
628b3d8
Compare
Choose a tag to compare

Added

  • Support specifying a manual Oxc language server path to the binary instead of the Node.js wrapper.

Fixed

  • Only show "Apply Oxc Quick Fixes" when the plugin is enabled and the selected file is a supported file extension.

v0.0.7

12 May 04:49
69cb514
Compare
Choose a tag to compare

Added

  • Add quick fixes back to the file explorer.