-
Notifications
You must be signed in to change notification settings - Fork 36k
Use Inline Suggestions naming #272447
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use Inline Suggestions naming #272447
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates terminology across the VS Code codebase from "code completions" to "inline suggestions" to maintain consistent naming conventions. The changes affect user-facing strings, configuration descriptions, and comments.
Key Changes:
- Updated user-facing messages for quota notifications, status indicators, and accessibility labels
- Revised configuration descriptions and documentation to use "inline suggestions" terminology
- Removed unused inline edit trigger commands and imports
Reviewed Changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
src/vs/workbench/services/chat/common/chatEntitlementService.ts |
Updated telemetry comment for quota completions field |
src/vs/workbench/contrib/welcomeGettingStarted/common/gettingStartedContent.ts |
Changed getting started guide text from "code completion" to "inline suggestions" |
src/vs/workbench/contrib/chat/browser/chatStatus.ts |
Updated status bar labels, quota indicators, and snooze messages |
src/vs/workbench/contrib/chat/browser/chat.contribution.ts |
Modified configuration description for AI features |
src/vs/workbench/contrib/chat/browser/actions/chatActions.ts |
Updated action title and quota exceeded messages |
src/vs/editor/contrib/inlineCompletions/browser/inlineCompletions.contribution.ts |
Removed unused inline edit trigger action registrations |
src/vs/editor/contrib/inlineCompletions/browser/controller/commands.ts |
Removed unused inline edit trigger action classes |
src/vs/editor/common/standaloneStrings.ts |
Updated accessibility help text |
src/vs/editor/browser/services/inlineCompletionsService.ts |
Changed snooze placeholder text |
extensions/json-language-features/server/README.md |
Updated feature documentation terminology |
README.md |
Modified bundled extensions description |
📬 CODENOTIFYThe following users are being notified based on files changed in this PR: @bpaseroMatched files:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Special thanks to even renaming code comments.
|
@microsoft-github-policy-service rerun |
Copilot Generated Description:Update references from "code completions" to "inline suggestions" throughout the codebase, including user prompts, accessibility signals, and configuration descriptions.https://github.com/microsoft/vscode-internalbacklog/issues/5721