From: Shane F. Carr Date: Thu, 3 Nov 2022 23:18:26 +0000 (-0700) Subject: Add note about Java Projects panel X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=33a4e4dcc39a2a7f5ecd04706df1c2e6f67bd8d4;p=icu Add note about Java Projects panel --- 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"