Sergio Castro
- Total activity 58
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 20
-
Created Changing the default template for a catch block?
In certain project I need to respect the convention that exceptions declared in a catch block should be final, like: try { ...} catch (final Exception e) { ...}Where I can configure this in I... -
Created "Autoscroll from source" not working in the Project window when looking for a class (ctrl N)
Not sure if this is a bug or I am missing something, but I have configured the Project window as "Autoscroll to/from source". However, when I look for a class (ctrl N) and a class is selected and o... -
Created Best way to add dependency to external maven module
Context:I have a maven module that for some practical reasons I need to execute having in the classpath an external maven module, from another project, without having to include this dependency exp... -
Created Creating class implementing interface in one single step
Is it possible to somehow select an interface and instruct IntelliJ to create a new class that extends it? -
Created changing the execution path of a maven module
I have a maven project with several modules in nested directories.I need to be able to run a main method or a test case in a maven module such as its execution path is the root where the module is ... -
Created Opening again maven output console window
I run a lengthy maven build using the IntelliJ integrated maven tool.However, If I open another window, such as a terminal window, the output of the maven console dissappears.How can I view the out... -
Created Scratch windows shortcuts?
Hi,In a Java class I can type sout followed by <TAB> as a shortcut for System.out.println().How can I enable this behavior for a scratch window?Thanks!