7 ms·
>I think the author doesn't know what VSCode can deliver. Can it Inline Variables yet?
by insertnickname 6y ago
>I think the author doesn't know what VSCode can deliver.
Can it Inline Variables yet?
- akaroml 6y agoYes it surely can. Just right click on the variable and pick "Refactor..." And you'll find other refactoring options as well, e.g. rename, extract...
- insertnickname 6y agoAt least for JavaScript, it seems like it still doesn't support Inline Variable. I can Extract Variable, but not Inline. Of course, that's a different matter than whether it's supported for Java. Last time I tried using the Java extensions for a non-trivial Spring Boot project, it was intolerably slow. I managed to convince a coworker to switch to IntelliJ after he saw the difference between my setup with IntelliJ and his with VS Code.