Top "Intellij-idea" questions

IntelliJ IDEA is an IDE by JetBrains.

Failed to resolve: com.google.android.gms:play-services in IntelliJ Idea with gradle

I'm trying to add google play services to my libGDX project in IntelliJ Idea. I've followed the setup guide here: …

java android intellij-idea gradle libgdx
How to change line width in IntelliJ (from 120 character)

I was wondering how I can change the line length in IntelliJ. Since I use a pretty high resolution, I …

intellij-idea
How to use IntelliJ IDEA to find all unused code?

When I am in a .java file the unused code is usually grayed out or has a green underline saying …

java refactoring intellij-idea code-metrics code-inspection
Keyboard shortcut for Jump to Previous View Location (Navigate back/forward) in IntelliJ IDEA

I know Ctrl+Shift+Backspace is used to go to the location of the last edit. But I want to …

intellij-idea keyboard-shortcuts
Building with Lombok's @Slf4j and Intellij: Cannot find symbol log

I have a maven project that builds with no problems from the command line. However, when I build it with …

intellij-idea slf4j lombok
Why so red? IntelliJ seems to think every declaration/method cannot be found/resolved

I just installed and re-installed IntelliJ. Every Java file is coming up RED. I checked the JDK; it is at 1.6.##. …

java intellij-idea
Android Studio - Importing external Library/Jar

I recently downloaded Android Studio to develop Android applications (I'm coming from Eclipse), and I am having issues using external …

android intellij-idea dependencies gradle android-studio
How to set -source 1.7 in Android Studio and Gradle

I'm getting following error when trying to compile my project in Android Studio: Gradle: error: diamond operator is not supported …

java intellij-idea gradle android-studio java-7
How to configure custom PYTHONPATH with VM and PyCharm?

I am using IntelliJ with the Python plugin and the Remote Interpreter feature to communicate with my Vagrant VM. It …

intellij-idea pycharm pythonpath
Tomcat in Intellij Idea Community Edition

Is it possible to run a web application using Tomcat Server in Intellij Idea Community Edition? I tried to find …

java apache tomcat intellij-idea