César Díez Sánchez
César Díez Sánchez
1. Expected behavior. We should be able to add a postfix template to throw exceptions!
``` for (int i = 0, size = activityAPIs.size(); i < size; i++) { ```
`-` suggests ->
##### 1. Expected behavior. Add ``` /* package */ ``` typing `package`
##### 1. Expected behavior. Add code template to add private constructors automatically: ``` private Object() { throw new AssertionError("No instances."); } ```
##### 1. Expected behavior. Once we use the creation keymap (command + J), having the chance to add completions for: - colors
##### 1. Expected behavior. Creating an action which lets you enable autoscroll from code whenever you want. I used to use "Autoscroll from source" but if you are reviewing generated...
Add live template in order to write down comments easily: ``` /** */ ```
##### 1. Expected behavior. Get some common inspections across projects. We should be able to modify our inspections and keep them through different projects. Is is useful? Any common inspection...