Plugin Development for IntelliJ-based IDEs
@Data public abstract class B { private final String str; } @Data public class A extends B{ private final String s; } Data …
java lombok intellij-pluginHow can I configure IntelliJ IDEA to have Annotation processors enabled by default? Currently, I have to enable it manually …
intellij-idea intellij-plugin annotation-processorWhenever I try to enable auto-import in IntelliJ it always gives me this error: SBT 'Example' project refresh failed Error …
scala intellij-idea sbt intellij-pluginI recently upgraded to IntelliJ 14, then added Scala support. My main files stopped running. For example the GUI file, which …
java scala intellij-idea intellij-pluginI want to list all maven dependencies (including transitive ones) of my gradle build with their licenses. Is this possible …
intellij-idea ide gradle intellij-pluginI updated IntelliJ IDEA to version 2018.2.7, and Lombok's @Builder annotation is not recognised anymore. The project already had Lombok annotations, …
java intellij-idea lombok intellij-pluginI'm using Guidewire development Studio (IntelliJ-based IDE), and it is very slow when handling big text files (~ 1500 lines and above). …
java intellij-idea intellij-plugin guidewireI'm trying to import and run the IntelliJ git4idea (Git Integration) plugin in order to play around and contribute …
intellij-idea intellij-pluginI'm looking for a log viewer, the most interesting feature for me is integration with IntelliJ and opening log from …
intellij-idea intellij-plugin log-viewerI've been vetting Static Analysis tools and I've recently come across both Atlassian Clover and SonarQube. The two products seem …
code-coverage sonarqube intellij-plugin clover