Skip to content

Commit e7a5671

Browse files
committed
fixed a typo and replaced VSCode with VS Code per MS guidelines on https://code.visualstudio.com/brand
Signed-off-by: Aurelio Garcia-Ribeyro <aurelio.garciaribeyro@oracle.com>
1 parent a0ca773 commit e7a5671

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ In the VS Code command palette:
6565
* __Java: Create New Notebook...__ command to create a new [Java notebook](#interactive-java-notebooks) (`.ijnb` file)
6666
* __Java: Open JShell...__ command to open [JShell](#jshell).
6767
* __Java: Compile Workspace__ - invoke Maven or Gradle build
68-
* __Java: Clean Workspace__ - clean Maven or Gradle buildc
68+
* __Java: Clean Workspace__ - clean Maven or Gradle build
6969
* __Download, install and Use JDK__ - allows download and installation of JDK binaries
7070
* Debugger __Java+...__ - start main class or test on selected JDK. More in [Debugger section](#debugger-and-launch-configurations)
7171
* __Test Explorer__ for Java tests results visualization and execution including editor code Lenses.
@@ -88,7 +88,7 @@ Project Explorer provides an overview of logical project structure, groups sourc
8888
* **Sharing notebooks:**
8989
* Share as `.ijnb` files for use with the Oracle Java extension.
9090
* Rename with a `.ipynb` extension for viewing in other IDEs, such as Jupyter.
91-
* Download the [sample notebooks](https://github.com/oracle/javavscode/blob/main/samples/notebooks) and open them in VSCode to get started.
91+
* Download the [sample notebooks](https://github.com/oracle/javavscode/blob/main/samples/notebooks) and open them in VS Code to get started.
9292

9393
### Java Notebooks for Java Projects
9494
* Document Java projects with interactive Java notebooks.
@@ -143,7 +143,7 @@ When using preview features use the quick fix action option to easily enable the
143143
![Enable Preview](vscode/images/enable_preview.gif)
144144
## Supported Refactorings
145145

146-
Class level refactorings as well as variable refactorings are supported in VS Code via the Oracle Java Platform extension. See the following screenshots:
146+
Class level refactorings, as well as variable refactorings are supported in VS Code via Oracle Java Platform extension. See the following screenshots:
147147

148148
### Source Action ... context menu
149149
![Class Source Actions](vscode/images/Source_actions.png)
@@ -190,19 +190,19 @@ Move members refactoring provides dedicated form as well.
190190
## Formatter Preferences
191191
Easily update default formatter preferences by adjusting a simple configuration option to tailor settings according to specific needs.
192192

193-
Go to VSCode `Open Settings | Extensions | Java` and set `Jdk › Format: Settings Path:` option to the formatter preferences file.
193+
Go to VS Code `Open Settings | Extensions | Java` and set `Jdk › Format: Settings Path:` option to the formatter preferences file.
194194

195195
Please refer to [Java formatting preferences](https://github.com/oracle/javavscode/wiki/Java-formatting-preferences) wiki for more info.
196196

197197
## Hints Preferences
198198
Easily update default hint preferences by adjusting a simple configuration option to tailor hint preferences to specific needs.
199199

200-
Go to VSCode `Open Settings | Extensions | Java` and set `Jdk › Hints: Preferences:` option to the xml hint preferences file.
200+
Go to VS Code `Open Settings | Extensions | Java` and set `Jdk › Hints: Preferences:` option to the xml hint preferences file.
201201

202202
## Organize Imports
203203
Out of the box support for organizing imports in Java sources is available. It removes unused imports, groups imports by packages and updates your imports whenever a file is saved. In addition to the defaults, there is a rich set of configuration options.
204204

205-
Go to VSCode `Open Settings | Extensions | Java` and search for _Jdk_ to set `Jdk > Java > Imports:` options:
205+
Go to VS Code `Open Settings | Extensions | Java` and search for _Jdk_ to set `Jdk > Java > Imports:` options:
206206
* `Count For Using Star Import` - Class count to use a star-import, 999 is the default value
207207
* `Count For Using Static Star Import` - Members count to use a static star-import, 999 is the default value
208208
* `Groups` - Groups of import statements (specified by their package prefixes) and their sorting order. Import statements within a group are ordered alphabetically

0 commit comments

Comments
 (0)