Chris
Chris
I have updated the plugin to work with both IntelliJ 2019.2 and 2019.3 EAP and Kotlin plugin versions 1.3.41 and 1.3.50 --- I have updated the plugin to work with...
Fixes https://youtrack.jetbrains.net/issue/IDEA-201693
Fixes https://youtrack.jetbrains.com/issue/IDEA-201196
Some node install scripts launch child node processes. Because I already have a global node installation on the path, this will invoke it with a different node installation which breaks...
It would be great if I could link a plugin with a gist. LivePlugin could check whether there are updates available for the current plugin and offer to update the...
It would be great if I could do something like: ```` java.lang.Collection
The JAR for Klaxon 5.6 contains a single class file, that was compiled to byte code with version 11, this flags the library as incompatible with Java 8 through byte...
It would be nice if a small Tooltip could be shown if project synchronization fails. I just get this exception in idea.log which makes it clear what I need to...
Fix IDEA-212454 Find usages does not detect generated boolean accessors correctly on find field usages For the following boolean fields - isActive - myIsActiveField (with code style: field prefix =...
Implements https://youtrack.jetbrains.net/issue/IDEA-206970