Skip to content

Commit 6d4c5a0

Browse files
committed
import NES
1 parent ec47178 commit 6d4c5a0

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed
Lines changed: 3 additions & 0 deletions
Loading

release-notes/v1_100.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,12 @@ Note that after a workspace or window has been opened, the visibility becomes a
168168

169169
## Code Editing
170170

171+
### NES Import Suggestions
172+
173+
Next Edit Suggestions (NES) can now automatically suggest adding missing import statements in JavaScript and TypeScript files. Enable this feature by setting `setting(github.copilot.nextEditSuggestions.fixes:true)`. We plan to further enhance this capability by supporting imports from additional languages in future updates.
174+
175+
![NES suggests an import](images/1_100/nes-import.png)
176+
171177
### Generate alt text in HTML or Markdown
172178

173179
You can now generate or update existing alt text in HTML and Markdown files. Navigate to any line containing an embedded image and trigger the quick fix via `kb(editor.action.quickFix)` or by selecting the lightbulb icon.

0 commit comments

Comments
 (0)