Last week was programming Java in Eclipse again. Reminded me how far JavaScript / TypeScript still has to go in terms of IDE quality, auto completion, refactoring, auto fixes etc. Still feels decades behind. Great progress has been made over last few years though.
-
-
Pull up/down methods around inheritance trees
in JS and TS;
Extract subclasses - there's an Extract superclass refactoring;
Extract methods and interfaces
;
Change parameter types - try Change signature refactoring;
Generate getter and setters
. -
w00t! Thanks, will try :)
- 1 more reply
New conversation -
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.
Create functions, classes, and interfaces from call works in WebStorm as a quick-fix (Alt-Enter on the unresolved usage). There's an Extract interface refactoring for classes in TypeScript.