Skip to content

Commit ae239bc

Browse files
committed
Keyword suggestions entry
1 parent db141f4 commit ae239bc

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:2ec34dbf9bc761412264f3cc9f58aecf80390456b4a97376de15a9072fb20da1
3+
size 1908529

release-notes/v1_100.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,15 @@ VS Code now prevents the installation of Copilot chat pre-release version in VS
296296

297297
Views (tree views and webview views) can now be opened without focusing them. This is useful for extensions and keybindings that want to open a view but not take focus away from the current editor. The command is `your-view-id.open`, and it takes a property bag argument: `{ preserveFocus: boolean}`.
298298

299+
### Semantic text search with keyword suggestions (Experimental)
300+
301+
**Setting**: `setting(github.copilot.chat.search.keywordSuggestions:true)`
302+
303+
Semantic text search now supports AI-powered keyword suggestions. By enabling this feature, you will start seeing relevant references or definitions that will help you find the code you are looking for.
304+
305+
<video src="images/1_100/ai-keywords.mp4" title="Video that shows AI-powered keyword suggestions in Visual Studio Code." autoplay loop controls muted></video>
306+
307+
299308
## Code Editing
300309

301310
### NES Import Suggestions

0 commit comments

Comments
 (0)