Top "Intellij-idea" questions

IntelliJ IDEA is an IDE by JetBrains.

How to clean project cache in Intellij idea like Eclipse's clean?

Sometimes the IDE makes some error because of the cache. In Eclipse, we can use clean to solve the problem. …

java android intellij-idea
Attach IntelliJ IDEA debugger to a running Java process

Is it possible to attach the IntelliJ IDEA debugger to a running Java process? If yes, how?

debugging intellij-idea
Intellij idea cannot resolve anything in maven

I'm new to Intellij Idea, i just import a project with pom.xml, but the ide didn't resolve anything in …

maven intellij-idea maven-3
Add a properties file to IntelliJ's classpath

I'm running a simple Java program from the IntelliJ IDE using the Run->Run menu. It works fine. Now …

java intellij-idea classpath
Change remote repository credentials (authentication) on Intellij IDEA 14

I recently changed my Bitbucket password for security reasons. However, IntelliJ didn't update my repository to the new credentials, so …

java git intellij-idea bitbucket
How to add external library in IntelliJ IDEA?

I am trying to add external library (places it in the /libs directory) to my project. When I try to …

intellij-idea
Can IntelliJ IDEA encapsulate all of the functionality of WebStorm and PHPStorm through plugins?

I am in the market for a new IDE but am confused about the overlap between some of Jetbrains' offerings. …

intellij-idea phpstorm webstorm jetbrains-ide
How to search in all the files of a project in IntelliJ Idea?

I'd like to find all occurrences of a particular string in all the code files of a project of mine. …

intellij-idea
Maven plugins can not be found in IntelliJ

After updating IntelliJ from version 12 to 13, the following Maven-related plugins cannot be resolved: org.apache.maven.plugins:maven-clean-plugin:2.4.1 org.apache.…

java maven intellij-idea
git with IntelliJ IDEA: Could not read from remote repository

Since a few weeks, I'm not able to pull or push from or to the remote repository. I thought it …

git intellij-idea