I 开发者_开发技巧have a textfield and if I want to write something to the field, it will show me the list of possible options regarding to that letter and I think this is called an auto complete.
I want to generate debug information from my source code in IntelliJ. I can use this in command line: javac -g
I have problems with IntelliJ IDEA that appears after some time application is running. It finds errors in code which do not exist and marks them red. For example it tells me that one 开发者_如何学Cof
I really like Intellij\'s line wrapping feature with icons marking line wraps. Hovewer the default wrapping i开发者_JS百科con\'s readability is far from ideal.. is there any way I could fix this littl
For the first time I encounter problem when I can\'t debug Java program in Intellij IDEA. Output to command line works, but breakpoint is ignored..
I\'m using开发者_运维百科 IntelliJ community edition for developing my Android applications. When creating my project I\'ve set it to use Android v1.5 SDK, but now I need to change it to v1.6. I\'ve d
开发者_开发技巧I\'m using git in IntelliJ 10.5. My Changes Tool Windows shows me the local changes, but there is no log view tab. How can I add it?It\'s a bug.
I have IntelliJ IDEA 9 setup successfully including all the Java SDKs necessary and the Android SDK too.
I have a long file inside intelliJ (java, properties, ruby)if I leave my caret on Line 开发者_运维百科1 and scroll down to line 300, then the caret keeps on scrolling down with my screen as i keep scr
Is there a way to disable code analysis (the light bulb) in IntelliJ? I really don\'t care about code improveme开发者_如何学JAVAnt suggestions as I\'m viewing some third party code. I\'ve already unch