I’m using Java extension on VSCode and, if I create a directory and add a class after it it runs with no problem, automatically adding the right package to it. But if I change this class of directory the packages don’t update automatically so:
- Is there a way to automatically update them?
- Or at least solve all problems of updating package names with one command?