Added a note about the plugin being for Java language projects only.

This commit is contained in:
Chris Hodges 2020-10-02 16:21:29 +02:00
parent 45307b364d
commit b9110d226e

View File

@ -52,6 +52,12 @@ correctly right now).
## Usage
Cajon (though written in Kotlin) *only works with Java projects*.
There does not seem too much demand for AssertJ within Kotlin projects
and although possible, it would require a complete rewrite as the PSI
stuff in IntelliJ is very Java focused. Almost zero feedback is also not helping.
Enough bickering.
The plugin will report inspections in your opened editor file as warnings.
You can then quick-fix these with your quick-fix hotkey (usually Alt-Return or Opt-Return).