]> granicus.if.org Git - icu/commitdiff
Add note about Java Projects panel
authorShane F. Carr <shane@unicode.org>
Thu, 3 Nov 2022 23:18:26 +0000 (16:18 -0700)
committerGitHub <noreply@github.com>
Thu, 3 Nov 2022 23:18:26 +0000 (16:18 -0700)
docs/ide4j/vscode/README.md

index 49a12013e659ccc99c080ee89ea36bf23d73dd82..1c247a7eb05a9efe41a3b516db1ce31bf89657c7 100644 (file)
@@ -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"