Skip to content

Releases: oxc-project/oxc-intellij-plugin

v0.0.2

15 Apr 04:36
5f0b83e
Compare
Choose a tag to compare

Fixed

  • Fix Oxc icon size.

v0.0.1

14 Apr 13:51
fa53606
Compare
Choose a tag to compare

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.)