From 33a4e4dcc39a2a7f5ecd04706df1c2e6f67bd8d4 Mon Sep 17 00:00:00 2001 From: "Shane F. Carr" Date: Thu, 3 Nov 2022 16:18:26 -0700 Subject: [PATCH] Add note about Java Projects panel --- docs/ide4j/vscode/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/ide4j/vscode/README.md b/docs/ide4j/vscode/README.md index 49a12013e65..1c247a7eb05 100644 --- a/docs/ide4j/vscode/README.md +++ b/docs/ide4j/vscode/README.md @@ -70,7 +70,8 @@ $ git update-index --assume-unchanged tools/misc/.settings/org.eclipse.jdt.core. 8. To verify that everything is working, use the VSCode UI to run your choice of JUnit test. Open any `*.java` file, and you should see a double-right triangle, which you can click to run the test. -Other handy commands: +Other tips: +- View the project outline under "Java Projects" on the left side under the file explorer; from here, you can rebuild projects, run all tests, add new classes, etc. - To rebuild: open the command palette (`Shift + Ctrl + P` on Linux) and search for "Java: Rebuild Projects" - To debug: right-click the icon where you run your test, and click "Debug Test" -- 2.40.0