Top "Intellij-idea" questions

IntelliJ IDEA is an IDE by JetBrains.

unable to remove file that really exists - fatal: pathspec ... did not match any files

unable to remove file that really exists - fatal: pathspec ... did not match any files I have a file under …

git intellij-idea
Class JavaLaunchHelper is implemented in two places

Today I upgraded my Intellij Idea on macOS Sierra, and now, when I run apps in console I have this …

java macos intellij-idea
Can't compile project when I'm using Lombok under IntelliJ IDEA

I'm trying to use Lombok in my project that I'm developing using IntelliJ IDEA 11. I've installed 3rd-party plugin for IDEA …

java intellij-idea lombok
Where can I download IntelliJ IDEA Color Schemes?

I am an Eclipse user mainly and I find I must have a dark color scheme. I cannot seem to …

intellij-idea
Android studio Error "Unsupported Modules Detected: Compilation is not supported for following modules"

I am using Android studio 1.0.1. I have a java module referred by other modules in my project. I have checked …

android intellij-idea android-studio ide android-ide
Setting up JUnit with IntelliJ IDEA

Familiar with Java but unfamiliar with IntelliJ, how does one "get started" with JUnit integration? Inspired by Looking for a …

java junit intellij-idea
How enable auto-format code for Intellij IDEA?

Is it possible in Intellij IDEA after typing ';' or press 'Enter' happened formatting of this string? For instance, …

intellij-idea format reformat
What is the shortcut in IntelliJ IDEA to find method / functions?

I know that Ctrl + N is to find classes and it is very useful. But what about methods?

intellij-idea ide keyboard-shortcuts
How do I set up IntelliJ IDEA for Android applications?

How do I set up IntelliJ IDEA for Android applications?

java android intellij-idea
Java "lambda expressions not supported at this language level"

I was testing out some new features of Java 8 and copied the example into my IDE (Eclipse originally, then IntelliJ) …

java intellij-idea lambda java-8