|
|
|
|
|
by qollin
4542 days ago
|
|
1. Refactoring. Mostly needed: - project wide renaming of functions, classes, ... inside the main editor (not through a "Refactoring dialog")
- "extract method" at the press of a hotkey
2. Code generation to support "using things before defining them" (like what CTRL-1 in eclipse does). So I can e.g. use a class in a test that does not exist yet and have the IDE generate a stub of that class for me.3. Automatic organization of imports. I don't want to have to lookup and type package names. 4. Everything needs to work without a mouse |
|