Hacker News new | ask | show | jobs
by uglycoyote 1278 days ago
the Abracadabra refactoring plugin helps and gives a few more options. But Jetbrains has always been strong in the refactoring department so it is probably going to always have a leg up on VSCode. Even with the Abracadabra plugin I find it does some strange things when refactoring and requires manual massaging.

one of the stranger things that I see when refactoring TS in VSCode is that sometimes it will insert the imports inline rather than at the top of the file, to bring in new imports.