Brent Couck
- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 6
- Subscriptions 4
-
Created Is it possible to run IntelliJ without using its .exe binaries? (Windows)
AnsweredCan I run IntelliJ Ultimate via the java command line? I cannot run idea.exe because of company policy, however I found that I can run IntelliJ with java -cp lib/*; com.intellij.idea.Main I can cre... -
Created GrammarKit explanation?
Ok so, BNF is quite the mystery to me. I'm trying to find information about it, and every time I think I understand, it breaks completely. I want to create a BNF for something very simple: //Opti... -
Edited Intellij idea annotations library to enforce call to super
AnsweredIn Android Studio, it will force you to call super for certain methods. As far as I know, this is not available in IntelliJ IDEA. It would be nice to have this addition in the Jetbrains Annotations...