大约有 10,000 项符合查询结果(耗时:0.0290秒) [XML]
How to deal with IntelliJ IDEA project files under Git source control constantly changing?
Everyone on our team uses IntelliJ IDEA, and we find it useful to put its project files (.ipr and .iml) into source control so that we can share build configurations, settings, and inspections. Plus, we can then use those inspection settings on our continuous integration server with TeamCity. (We ha...
What is the .idea folder?
When I create a project in JetBrains WebStorm, a folder called .idea gets created. Is it okay if I delete it? Will it affect my project?
...
Can't compile project when I'm using Lombok under IntelliJ IDEA
...'m trying to use Lombok in my project that I'm developing using IntelliJ IDEA 11.
32 Answers
...
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, poms, etc) outside of IDEA and then import the project into IDEA using Import project from external model . This works great, except that in my poms I spec...
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 dependencies.
...
Import Maven dependencies in IntelliJ IDEA
I have a small question about IntelliJ IDEA 11. I just imported a project from subversion - its a maven project. But I have a problem in maven library dependencies so that I can't include all maven dependencies automatically - IDEA shows dependency errors only when I open that class/ Thats what I ge...
Lombok annotations do not compile under Intellij idea [duplicate]
...enever I am using Eclipse compiler to compile java sources inside intellij Idea lombock annotations are not processed and project has numerous compile time errors. Swithed back to Javac compiler and everything works fine.
– David
Feb 13 '15 at 8:01
...
Intelli J IDEA takes forever to update indices
...ve more Memory. Does not help anything with the 'Updating indices'
Delete .idea and iml in project. Does not help.
In the end what resolved my problem with 'Updating indices' was:
delete 'caches' folder in user/.IntellIJIdea13/system/
...
How do I get IntelliJ IDEA to display directories?
I've been trying out IntelliJ IDEA for JavaScript editing, and I like it so far, but I'm having a small problem with a new project.
...
How to define Gradle's home in IDEA?
...
If you want IDEA to define your gradle version for you from your actual build script then you select "Use gradle 'wrapper' task configuration"
– Cloudish123
Nov 9 '18 at 14:23
...