This IDE is sub-par and I hate it

已回答

I don't understand how come anyone manages to use this stupid IDE. It doesn't make any sense and docummentation is shit.
Trying to import a quarkus app and add some basic code.
No import statement is recognized, even though it is part of dependencies.
I have scoured entire stackoverflow threads on this + community forum + docummentation tried all solutions. No solution works.
This is a simple setup on Windows 10 with JDK 17 and the IDE still fails on basic actions.
Please discontinue dev on this software!

0
Hi @Nosferatu Nos,

We are sorry to hear about your bad experience and we'd like to help you figure out the root cause here.
Please open the Gradle tool window in IDEA's right sidebar, and click the "Refresh" button there.
Then open the Build tool window in the bottom sidebar (or via IDE main menu "Views | Tool Windows | Build"), do you see any error message there? Please share them if you see any errors.
Also, could you please share your current `build.gradle` and `gradle.properties` files' content for investigating this issue? Thanks.
0

I agree with the reporter. IDEA fails in the most basic usecases. It cant recognize maven dependencies, it cant compile code. How is that possible, that Java IDE cant compile Java class? Maven compiles without problem, but IDEA? I tried Build Project, Rebuild, Project, Recompile class … and console says: build finished UP-TO-DATE, however it§s not up to date, there is still the class compiled by the maven hours ago. 

This IDE is a joke. Dont use it if you want to avoid insanity

0

Hello Martin,

I'm sorry, that you faced such experience with IDE. There might be environment issues causing cases you described. Do you face this problem with every Maven project?

Please check used “Compiler output” paths in “Project Structure | Modules - Paths”:

Probably, different paths are used by IDE compiler and Maven, so changes from internal compiler are not shown in Maven target folder.

0

请先登录再写评论。