You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/IssueFeatures.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,15 @@
1
1
We've added some experimental GitHub issue features.
2
2
3
-
# Code actions
3
+
# Code actions and CodeLens
4
4
5
-
Wherever there is a `TODO` comment in your code, the **Create Issue from Comment** code action will show. This takes your text selection, and creates a GitHub issue with the selection as a permalink in the issue body. It also inserts the issue number after the `TODO`.
5
+
Wherever there is a `TODO` comment in your code, two actions are available:
6
+
7
+
1.**CodeLens**: Clickable actions appear directly above the TODO comment line for quick access
8
+
2.**Code actions**: The same actions are available via the lightbulb quick fix menu
9
+
10
+
Both provide two options:
11
+
-**Create Issue from Comment**: Takes your text selection and creates a GitHub issue with the selection as a permalink in the issue body. It also inserts the issue number after the `TODO`.
12
+
-**Delegate to coding agent**: Starts a Copilot coding agent session to work on the TODO task (when available)
6
13
7
14

Copy file name to clipboardExpand all lines: package.nls.json
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -105,6 +105,7 @@
105
105
"githubIssues.ignoreMilestones.description": "An array of milestones titles to never show issues from.",
106
106
"githubIssues.createIssueTriggers.description": "Strings that will cause the 'Create issue from comment' code action to show.",
107
107
"githubIssues.createIssueTriggers.items": "String that enables the 'Create issue from comment' code action. Should not contain whitespace.",
108
+
"githubPullRequests.codingAgent.codeLens.description": "Show CodeLens actions above TODO comments for delegating to coding agent.",
108
109
"githubIssues.createInsertFormat.description": "Controls whether an issue number (ex. #1234) or a full url (ex. https://github.com/owner/name/issues/1234) is inserted when the Create Issue code action is run.",
109
110
"githubIssues.issueCompletions.enabled.description": "Controls whether completion suggestions are shown for issues.",
110
111
"githubIssues.userCompletions.enabled.description": "Controls whether completion suggestions are shown for users.",
0 commit comments