César Díez Sánchez

Results 23 issues of César Díez Sánchez

Possibility of setting a resource as foreground

enhancement

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++) { ```

enhancement

`-` 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."); } ```

enhancement

##### 1. Expected behavior. Once we use the creation keymap (command + J), having the chance to add completions for: - colors

enhancement

##### 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...

enhancement

Add live template in order to write down comments easily: ``` /** */ ```

enhancement

##### 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...

help wanted
question