I am a VS Code fan and recently jumps in programming with Java in VS Code, I've seen some very fancy coding helpful tool with VS Code so I installed "VS Code Java Pack Installer" from Microsoft following this tutorial, in addition I've seen there is a lot of useful code snippet from VS Code such as generating a class constructor, overriding method or code refactor from Microsoft link - Editing Code, most of them are with a context menu option called "Source Action", however, I cannot find such option when right click in my defined class like the document shows, and I don't have context menu such as "Rename Symbol" when right clicking on my java file, am I missing some settings or extensions here?
↧