clojure-extras-plugin Changelog
- Upgrade plugin for IJ 2024.2 - Thanks R.A Porter (@coyotesqrl) for making it work :)
- Update Built-in clj-kondo -> v2024.08.01
- Locks plugin to IJ 2024.2 and matching Cursive release; this version will not work with any prior versions of IJ/Cursive
- Upgrades plugin build system
- Update Built-in clj-kondo -> v2024.08.01
- Upgrade plugin for IJ 2024.2
- Update Built-in clj-kondo -> v2024.03.13
- Upgrade plugin for IJ 2024.1
- Update Built-in clj-kondo -> v2023.12.15
- Update Built-in clj-kondo -> v2023.10.20
- Upgrade plugin for IJ 2023.3
- Update Built-in clj-kondo -> v2023.07.13
- Upgrade plugin for IJ 2023.2
- Update Built-in clj-kondo -> v2023.05.26
- Update Built-in clj-kondo -> v2023.03.17
- Upgrade plugin for IJ 2023.1
- Update Built-in clj-kondo -> v2022.12.10
- Upgrade plugin for IJ 2022.3
- Upgrade gradle -> 7.6
- Update Built-in clj-kondo -> v2022.10.05
- Fix ProcessCanceledException logging
- Upgrades plugin for IJ 2022.2
- Update built-in clj-kondo to v2022.06.22
- Update built-in clj-kondo to v2022.05.31
- Update built-in clj-kondo to v2022.04.08
- The plugin will now automatically analyze classpath dependencies if the project has a .clj-kondo directory
- Fixed wrong text wrapping in some outputs when inline-evaluating
- Fixed bug with new namespace name linter
- Update plugin to support latest Intellij (v2022.1), thanks @prertik!
- Fix binary clj-kondo stderr handling
- Fix random out-of-bounds string error on code inspection
- Update built-in clj-kondo to v2022.02.09
- Fix remote repl connection port handling
- Fix bug with unbalanced parens
- New option to customize highlighting of head symbols
- Better warning/error highlighting
- More fixes for built-in linting on Windows
- Fix namespaced keywords highlighting bugs
- Fix built-in linting on windows
- Support to Ansi colors on stdout
- Streamlined namespace highlighter
- Option do analyze the project classpath with clj-kondo for better linting results
- Inline eval panel will now resize itself automatically based on content
- Inline eval pretty printing (good for long maps)
- Option to output stdout to REPL console
- Bump clj-kondo version to 2022.01.15
- Bump clj-kondo version to 2022.01.13
- Make warnings highlighting less intrusive
- Fix error when the project doesn't have a .clj-kondo config folder
- Fix error linting CLJS files
- Better clj-kondo integration performance (to make it even faster tune the AutoReparse Delay Option in Preferences > Code Editing)
- Add support to clj-kondo inspections
- Evaluate forms asynchronously to avoid UI Freezes
- Code cleanup
- Better nREPL session detection (multiple REPLs support)
- Evaluate forms in the context of its namespace (current file)
- Show evaluated results as syntax highlighted hints (pretty!)
- Add support to Intellij IDEA 2021.3