IntelliJ IDEA. It is info menu (when you stop cursor on class name). How to enable view full location of class (file)? Example: Oleg_Library.main.java.src.mypackage.Test Answer It’s not possible afaik. But you can create a feature request for it in https://youtrack.jetbrains.com/issues/IDEA
Tag: ide
How can I specify the order of imports in intellij IDEA?
Intellij keeps reordering my imports like so: Whereas our maven checkstyle wants the order like so: I should also point out, that this doesn’t apply to all the imports, only some of them. I’d like to set it so intellij organises all packages that end with a * to be sorted above fully qualified imports on the same path? So
OpenJDK 8 interpreter debug
I want to see how the JVM interpreter works. Can I track function calls using NetBeans or GDB? And how will it be more convenient to do this? I’m interested in starting HelloWorld with the -Xint option and see what steps are taken and see the interpreter source code. I mean not only the result of the interpreter, but also
NoClassDefFoundError: org/testng/TestNG
This error NoClassDefFoundError: org/testng/TestNG appears when I’m trying to run my test from Testng.xml file using IntelliJ IDEA. Running my test one by one works perfectly as well as running whole gradle project which points to testng.xml, like grade core-test:test ( On my project I’m using Appium + IntelliJ + TestNG ) But when I’m running testng.xml using IntelliJ I’m
Unable to save settings : IntelliJ IDEA
I use IntelliJ IDEA 15 and have a problem with the auto-saving. For example I make a new configuration, e.g. Show the line number. When I close IntelliJ and reopen my IDE, it doesn’t save my …
How to enable CSS editing in Intellij
I just switched to IntelliJ IDEA because I thought it would be great for developing JavaFX application. I must be doing something wrong because when I am editing a CSS file, there is no code-…
Space Error in Intelliji IDE – Intellij.ide.SystemHealthMonitor – Low disk space on a IntelliJ IDEA system directory partition [closed]
Due to low running memory – Intelliji is consistently throwing a pop up error “low disk space error in intelliJ IDE.”(repeatedly) Version – IntelliJ Idea Community version 14 Tried few …
package android.support.v4.app does not exist ; in Android studio 0.8
I’ve recently updated the android studio IDE to 0.8 to work with the new android L SDK. To start I imported a finished android project that receives no errors in the older version of android studio. …
Eclipse IDE Scope Highlighting?
When I first learned Java, I was using an IDE called “BlueJ.” It had this feature called “Scope Highlighting” which made it very easy to read blocks of code. Now I’ve moved on from BlueJ and began using Eclipse. I’m currently in the process of customizing Eclipse to my liking and would like this Scope Highlighting feature inside Eclipse. I’ve
IntelliJ – Failed to start: 0 passed, 1 not started
Just been playing around for the first time with IntelliJ IDEA Community edition, first time I have worked with it so if I’m missing something, please excuse me. I have a bunch of unit tests which I …