Is there a class member order inspection available?
I have never heard of this rule, but apparently in some companies (including mine) there is a strict rule that the fields must come before methods, etc. Is there an inspection available, which will...
View ArticleWhich technology uses "IntelliJ Web Help"?
Hi, which technology JetBrain uses for thei "Web Help"? I'm looking for a technology to create such a web help for my product.
View ArticleExceptions not clickable anymore in Run Tool Window
Hi, I recently upgraded to Idea 14, and since then exceptions that are thrown in the run tool window are not clickable anymore (iirc they used to bring you to the file/line the clicked line is...
View ArticleDefault Documentation When Creating a Java Class File
Hello. I recetly happened upon IntelliJ and I am in love with it. It's so much better than what I use in class (jGrasp). I do have a queston, though. Is there any way to change the default...
View ArticleJar file unrecognized
Hi all, fairly new to the IDE so please bear with me. I have been trying to import a .jar file into my existing project, but I've come across one that has been giving me problems. The .jar file in...
View ArticleAlt+Enter not accepting IntelliJ suggestions
After I typed "@Test" and then hit Enter, IntelliJ suggested adding the "import org.junit.Test;" statement by pressing Alt+Enter. However, every time I tried to do this, IntelliJ presented me with a...
View ArticlePlease share your experience running IDEA on 4K monitors
Hi evryone, My monitor (30" 2560x1600) has died and I need to buy a new one. I was thinking of a 4K 32" monitor but a bit concerned that font in IDEA will very thin (often increasing font size does not...
View ArticleIs it possible to see all projects with IntelliJ IDEA?
Hi all, I'm using the community edition of IntelliJ IDEA and coming from an Eclipse background, I'm wondering if I can see all the projects in the left bar like I normally do in Eclipse. I don't really...
View Article[HOWTO] Refresh javascript resources while debugging with Chrome
Debugging javascript within intellij is quite a nice feature, provided one could change the code and be able to reload it on client side. Currently reloading javascript code in chrome is only possible...
View ArticleHot-deploy JSPs in web-fragment with Tomcat (Servlet 3.0)
Hi all, I have a project set up like this:/parent/core /src/main/ /resources/META-INF/ web-fragment.xml /resources/jsp/ fragment.jsp /java/ FragmentTest.java/web /src/main/...
View ArticleIs there any way to display the full path of the file in IntelliJ's menu bar?
This would be really helpful. Currently if I'm editing foo.bar, I see: foo.bar - [module name] - [project location] - Intellij IDEA (Nika) IU-111.24 but it would be really useful to see that foo.bar is...
View ArticleEvery time I debug Javascript, Intellij opens a new Debug session...
Hello,I am debugging Javascript with Chrome and everytime I run debug, it starts a new tab in Chrome and a whole new debug session which makes me lose my current debug layout in the UI.Is this a bug?...
View ArticleFrequent "Project Files Changed" message ever since upgrading to 14
Hello,Ever since I've upgraded to version 14, I get frequent intermittent popup messages that prevent me from using the IDE until I either dismiss the popup or reload my project. This has happened with...
View ArticleSimplest way to run the code on remote machine from within IDEA
Hi all, I'm working on my current assignment and the deployment part involves few steps, which I'd like to automate:work the codebuild jar (it's a standalone app, no application server involved)upload...
View ArticleIdeaVim feature request: Easymotion (vim plugin)
What is the likelihood of Easymotion (a vim plugin) being implemented for IdeaVim? It allows you to move to any character on a screen with a key press. Watch it in action here (keep you eyes peeled...
View Articleresources of one android library module are not visible to resources of...
The instructions for setting up android library dependencies here, say: "Open the settings of the non-library module." Is there no way to have a android-library module depend on the resources of...
View ArticleAdding python sdk to existing java/scala project corrupted scala - SDK does...
After adding python 2.7.2 module to a scala/maven project and module, scala is **completely hosed**. I can not even remove python and revert back to the java SDK. What gives here ? And how can we...
View ArticleMaven output on reimport
Hi, I'm running IntelliJ 14.0.1 on Ubuntu.If I perform a maven task,via the maven projects window, like clean, or compile, I can see the Maven output in the "Run" tab.Now, if I add a new dependency to...
View Articleparallel methods - Test Runner params - testng - Run/debug configuration
Hello all, Small question about run configurations and testNG.I need to run my tests in parallel to debug an issue with the maven build (which runs methods in parallel).Is it correct to add "-parallel...
View ArticleDebugging web workers
Hi! Is it currently possible to debug a javascript web worker script in IntelliJ Idea? I have both IJ Ultimate + Chrome Canary (v42) installed but it seams that ideajust ignores any breakpoints set in...
View Article