|
|
|
|
|
by shepherdjerred
538 days ago
|
|
In my experience VS Code (with TypeScript) even the main refactoring options don't work very well. For example when I rename a method, move a file between directories, or move methods, the imports are not correctly updated and I have to spend time fixing errors before compiling. With IntelliJ + Java I can do more advanced refactors (change method signature for example) and it compiles without any manual effort. |
|