A co-worker on IntelliJ IDEA (working on another project) showed me the amazing @NotNull annotation.I\'ve read messages here on SO about h开发者_StackOverflow社区ow starting to add @NotNull everywhere
I just noticed the option to select Java Language Levels 7.0 and 8.0 in IntelliJ (under Project Settings).
I know I must be missing something, but can\'t figure out what. When I create a scala project, following the scala-开发者_运维问答plugin instructions, not a single syntax error is detected. For exampl
I\'m trying to run a tiny OSGi project from IntelliJ Idea. I\'ve added the Equinox container in the OSGi configuration section in Idea. Then I added the OSGi facet to the project. Everything looks ok
I am new to IntelliJ. Is there a plugin f开发者_StackOverflow中文版or IntelliJ where I can select a few fields and print them or create jsp form elements, etc. I know they have toString, equals, etc.N
If I split the editor window (horizontal or vertical) into N tab groups, how do I switch/toggle from one tab group to another via the keyboard?If all of the tabs are in the same group you can switch f
I have a project using forms, it compiles and runs just fine, but when compiled with the generated ant it doesn\'t run
I\'m evaluating the IntelliJ IDE. I changed some of the display/font setting (among other things) and would like to reset the UI back to default. Is there a simple way to reset the display UI back to
I develop scala application using IntelliJ IDEA. I\'d like my application modules to be OSGi bundles.
Does anyone know about Java preprocessing support in Intellij IDEA? Probably there are some 3rd party plug开发者_如何学编程ins?