Skip to content

Commit 6ad36a1

Browse files
authored
Add code action section into walkthrough (#1372)
1 parent 59f0096 commit 6ad36a1

File tree

3 files changed

+206
-0
lines changed

3 files changed

+206
-0
lines changed

package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,15 @@
115115
},
116116
"when": "!java:projectManagerActivated || workspaceFolderCount == 0"
117117
},
118+
{
119+
"id": "java.codeActions",
120+
"title": "View code actions and source actions",
121+
"description": "%walkthrough.java.codeActions%",
122+
"media": {
123+
"svg": "walkthrough/codeAction.svg",
124+
"altText": "Code actions and source actions"
125+
}
126+
},
118127
{
119128
"id": "java.debugAndTest",
120129
"title": "Launch, debug and test",

package.nls.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
"walkthrough.java.projects.inactive": "Java Project Explorer helps you to manage your projects and dependencies. Create a new project or open an existing folder to see the full features.\n[Open Command Palette](command:workbench.action.quickOpen?%22>java%22)\n__Try searching for 'Create Java Project' or 'Open Folder'__",
99

10+
"walkthrough.java.codeActions": "Find available actions for your code in the editor:\n - Open the right-click menu then select \"Refactor...\" or \"Source Action...\".\n - Click on the light bulb💡.",
11+
1012
"walkthrough.java.debugAndTest":"Run and debug your application using the debugger. [Learn More...](https://aka.ms/java-walkthrough-debug)\nThe [Testing Explorer](command:workbench.view.testing.focus) allows you to view, run and manage all test cases in your project. [Learn More...](https://aka.ms/java-walkthrough-test)\n[Show Run and Debug View](command:workbench.view.debug)",
1113

1214
"walkthrough.java.extensions": "Install extensions to support additional frameworks such as Spring Boot, Application Servers, key mappings and so on.\n[Browse Recommended Extensions](command:toSide:java.extGuide)",

0 commit comments

Comments
 (0)