Brent Couck
- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 6
- Subscriptions 4
-
Brent Couck commented, -
Brent Couck created a post, AnsweredIs it possible to run IntelliJ without using its .exe binaries? (Windows)
Can 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... -
Brent Couck created a post, 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... -
Brent Couck commented, -
-
-
Brent Couck created a post, AnsweredIntellij idea annotations library to enforce call to super
In 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...