Create a folder for your Java program and open the folder with Visual Studio Code
Within Visual Studio Code, you can then create a new file
Hello.java
. When you open that file, the Java Language Server will automatically be activated as you can see a loading icon on the right of the Status bar. When it finishes loading, you will see a thumbs-up icon instead.
Comments
Post a Comment