Skip to content

Commit e0f544d

Browse files
author
Balyam muralidhar narendra kumar
committed
adding back overriden wiki links content changes
1 parent e7a5671 commit e0f544d

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

README.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,7 @@ Java Platform extension from Oracle brings full-featured development support (ed
3333

3434

3535
## 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.
4437
2. Setting up the JDK
4538
- 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.
4639
- 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
7871

7972
## Interactive Java Notebooks
8073
### 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)
8275
![Java Notebook](vscode/images/java_notebook.gif)
8376
* Add code snippets with `+ Code` button and document with markdown cells using the `+ Markdown` button.
8477
* Double-click on a cell to edit and press `Esc` when done.

0 commit comments

Comments
 (0)