Top "Intellij-idea" questions

IntelliJ IDEA is an IDE by JetBrains.

Search all the occurrences of a string in the entire project in Android Studio

I've just started using Android Studio (IntelliJ), and I now look for the feature to find the occurrence of a …

android-studio search intellij-idea
How to create a .jar file or export jar on IntelliJ (like eclipse java archive export)

I was using IntelliJ-IDEA IDE , I want to create a jar file from java compiled class files. but I not …

java intellij-idea
How do you synchronise projects to GitHub with Android Studio?

I am trying to synchronise a project that I have on in my Android Studio folder to GitHub, but I …

android github intellij-idea android-studio
How can I permanently enable line numbers in IntelliJ?

How can I permanently enable line numbers in IntelliJ IDEA?

intellij-idea
How to define Gradle's home in IDEA?

I am trying to import a Gradle project into IntelliJ, and when I get to the Gradle Home textbox, it …

intellij-idea gradle
How do I change the IntelliJ IDEA default JDK?

I use IntelliJ IDEA as my development environment, and Maven for dependency management. I frequently build my project structure (directories, …

java intellij-idea
Removing Java 8 JDK from Mac

So I installed the beta of JDK 8 a while ago to look at some of the examples. I thought for …

java macos intellij-idea java-8
What are the most useful Intellij IDEA keyboard shortcuts?

I did a bit of googling hoping to find a post on IDEA shortcuts similar to Jeff's post on Visual …

intellij-idea keyboard-shortcuts
How to set IntelliJ IDEA Project SDK

I just installed IntelliJ IDEA and when I try to create my first Project it asks for me to set …

java intellij-idea java-8 sdk java-7
How to see JavaDoc in IntelliJ IDEA?

I just switched from Eclipse to IntelliJ. IntelliJ lacks one feature from Eclipse - when you put your mouse over …

java intellij-idea ide javadoc