Skip to content

v0.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Apr 13:51
fa53606

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