Top "Intellij-idea" questions

IntelliJ IDEA is an IDE by JetBrains.

How to remove unused imports in Intellij IDEA on commit?

Is there a way to remove unused imports in Intellij IDEA on commit? It is not very optimal to do …

java import automation intellij-idea
Lombok added but getters and setters not recognized in Intellij IDEA

I am using IntelliJ IDEA on ubuntu. I added lombok.jar into my project and installed the Lombok plugin for …

java intellij-idea lombok
How to generate serial version UID in Intellij

When I used Eclipse it had a nice feature to generate serial version UID. But what to do in IntelliJ? …

java serialization intellij-idea
How to configure "Shorten command line" method for whole project in IntelliJ

When I run tests I get the error "Command line is too long". It works if I set the "Shorten …

testing intellij-idea settings
Intellij Spring Initializr not available

I'm using Intellij IDE to code spring Boot. Spring Initializr was not available for me in the new project option …

java spring intellij-idea spring-initializr
Error: Java: invalid target release: 11 - IntelliJ IDEA

I am trying to build an application which was built using java 8, now it's upgraded to java 11. I installed Java 11 …

java intellij-idea java-11
IntelliJ: Error:java: error: release version 5 not supported

I'm using IntelliJ IDEA Ultimate 2019.3.1. Whenever I try to start any simple Java Maven project (may it be even a …

java intellij-idea
How to set JVM parameters for Junit Unit Tests?

I have some Junit unit tests that require a large amount of heap-space to run - i.e. 1G. (They …

java unit-testing junit jvm intellij-idea
How to display hidden characters by default (ZERO WIDTH SPACE ie. &#8203)

I just lost part of my weekend because of this ... joker - zero width space. I just used some snippets …

intellij-idea phpstorm whitespace
Git Shelve vs Stash

I am very unfamiliar with the shelve aspect of Git. If stash is used to put aside unfinished work what …

git intellij-idea jetbrains-ide