Releases: oxc-project/oxc-intellij-plugin
Releases · oxc-project/oxc-intellij-plugin
v0.0.2
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.)