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
+2-9Lines changed: 2 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,14 +33,7 @@ Java Platform extension from Oracle brings full-featured development support (ed
33
33
34
34
35
35
## Getting Started
36
-
1. VS Code Tips
37
-
- To install and update extensions, refer to [Use extensions in Visual Studio Code](https://code.visualstudio.com/docs/getstarted/extensions).
38
-
- Search for a command by opening the [command palette](https://code.visualstudio.com/docs/getstarted/userinterface#_command-palette) and typing the keywords.
39
-
- Keyboard Shortcut:
40
-
- Windows/Linux: `Ctrl+Shift+P`
41
-
- macOS: `Shift+Command+P`
42
-
- Type `>` in the search bar at the top.
43
-
- User input box opens at the top whenever input is required.
36
+
1. See the [VS Code Tips](https://github.com/oracle/javavscode/wiki/VSCode-Tips) wiki for a quick primer on getting started with VS Code.
44
37
2. Setting up the JDK
45
38
- If no JDK is present in your system then the extension can set things up for you. For more details refer to [JDK Downloader](#jdk-downloader) section.
46
39
- Set the VS Code `Settings | Jdk: Jdkhome` setting to point to the JDK that the Language Server will run on and also by default use for running and compiling projects.
@@ -78,7 +71,7 @@ Project Explorer provides an overview of logical project structure, groups sourc
78
71
79
72
## Interactive Java Notebooks
80
73
### Introduction
81
-
* Experience interactive coding with Java notebooks. Use the __Java: Create New Notebook...__ command to create a new Java notebook (`.ijnb` file)
74
+
* Experience interactive coding with Java notebooks. See the [Using Interactive Java Notebooks](https://github.com/oracle/javavscode/wiki/Interactive-Java-Notebooks) wiki for guidance and tutorials on using notebooks. Use the __Java: Create New Notebook...__ command to create a new Java notebook (`.ijnb` file)
82
75

83
76
* Add code snippets with `+ Code` button and document with markdown cells using the `+ Markdown` button.
84
77
* Double-click on a cell to edit and press `Esc` when done.
0 commit comments