Releases: oxc-project/oxc-intellij-plugin
Releases · oxc-project/oxc-intellij-plugin
v0.0.8
v0.0.7
Added
- Add quick fixes back to the file explorer.
v0.0.6
Added
- If the RUST_LOG env variable is undefined, pass either DEBUG or TRACE to the process when starting the language server
for additional logging when the plugin is configured to output debug or trace logs.
Fixed
- Additional fixes to support custom Oxlint config files.
- Make the language server config path optional when using the manual config.
v0.0.5
Fixed
- Fix support for custom Oxlint config files.
- Remove quick fix from file explorer context menu until the action supports it.
v0.0.4
Fixed
- Fix diagnostic may not have a code causing a NullPointerException to be thrown.
...Same as before, missed one spot for this.
v0.0.3
Changed
- Improve the settings UI.
Fixed
- Fix diagnostic may not have a code causing a NullPointerException to be thrown.
- Stop showing the server restart message when enabling/disabling the plugin setting.
v0.0.2
Fixed
- Fix Oxc icon size.
v0.0.1
Added
- Initial scaffold created from IntelliJ Platform Plugin Template
- Integration with Oxc language server for lint abilities (oxlint)
- Highlighting for warnings or errors identified by Oxlint.
- Quick fixes to fix a warning or error when possible.
- Command to fix all auto-fixable content within the current text editor.
- Automatically apply fixes on save.
- Custom icons for Oxlint config files
- Schema validation for
.oxlintrc.json
configuration files. (Note: Comments within the .oxlintrc.json
file are supported, however they show as an error within the IDE due to jsonc not being supported by the IDE.)