You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,14 +40,14 @@ Java Platform extension from Oracle brings full featured development support (ed
40
40
- For more information, see the section [Selecting the JDK](#selecting-the-jdk).
41
41
4. Use any one of the following ways to start coding, compiling and debugging in Java.
42
42
- Simply create a new Java class with `public static void main(String[] args)` method.
43
-
- Use the __Java: New File...__ command to create a new Java file.
43
+
- Use the __Java: New File from Template...__ command to create a new Java file.
44
44
- Use the __Java: New Project...__ command to create a new project.
45
45
- Open the folder with existing __Maven__ or __Gradle__ project files (_pom.xml_ or _build.gradle, gradle.properties_).
46
46
47
47
## Supported Actions
48
48
In the VS Code command palette :
49
49
*__Java: New Project...__ allows creation of new Maven or Gradle project
50
-
*__Java: New File...__ add various files to currently selected open project. Files are:
50
+
*__Java: New File from Template...__ add various files to currently selected open project. Files are:
51
51
* Java - broad selection of various predefined Java classes
52
52
* Unit tests - JUnit and TestNG templates for test suites and test cases
53
53
* Other - various templates for Javascript, JSON, YAML, properties, ... files
@@ -166,11 +166,12 @@ When adding JavaDoc to code Oracle Java Platform extension assists by suggesting
166
166
Oracle Java Platform extension provides Test Explorer view which allows to run all tests in a project, examine the results, go to source code and run particular test.
167
167

168
168
169
-
### Localisation support
170
-
Oracle Java Platform extension provides localisation support for _Japanese_ and _Simplified Chinese_.
171
-
To switch language `Go to command Palette->Configure display language` select `ja` for _Japanese_ or `zh-cn` for _Simplified Chinese_
<replacetoken><](https://marketplace.visualstudio.com/items?itemName=Oracle.oracle-java)
0 commit comments