summaryrefslogtreecommitdiff
path: root/TODOS.md
blob: c94e74299aff933a79f0f018fa057b60547f07ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Todo

## Autocomplete
- Autocomplete POJO constructor This(T f, U g) { this.f = f; ... }

## Navigation
- Go-to-subclasses
- Test coverage codelens
- Go-to-definition for overriding methods
- Go-to-implementation for overridden methods

## Polish
- Show warning for unused local var, unused private method