Skip to content

Update Copilot actions UI (icon + phrasing)#80960

Merged
akhera99 merged 4 commits intodotnet:mainfrom
allisonchou:dev/allichou/UpdateCopilotUI
Nov 19, 2025
Merged

Update Copilot actions UI (icon + phrasing)#80960
akhera99 merged 4 commits intodotnet:mainfrom
allisonchou:dev/allichou/UpdateCopilotUI

Conversation

@allisonchou
Copy link
Contributor

Per recent PM guidance, we should update the UI Copilot actions for consistency. See this internal AzDO work item for additional details: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/2562650

Before

Implement with Copilot
image

Describe with Copilot
image

After

Implement with Copilot -> Implement (and add sparkle icon)
image

Describe with Copilot -> Describe
image

@allisonchou allisonchou requested a review from a team as a code owner October 30, 2025 01:02
@dotnet-policy-service dotnet-policy-service bot added Community The pull request was submitted by a contributor who is not a Microsoft employee. VSCode labels Oct 30, 2025
@dibarbet dibarbet removed the VSCode label Oct 30, 2025
Copy link
Member

@dibarbet dibarbet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm - @akhera99 FYI

@phil-allen-msft phil-allen-msft added this to the 18.3 milestone Oct 31, 2025
@akhera99
Copy link
Member

/azp run roslyn-CI

@akhera99
Copy link
Member

/azp run roslyn-integration-CI

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

1 similar comment
@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

? ToUIElement(new ContainerElement(ContainerElementStyle.Wrapped, new ClassifiedTextElement([new ClassifiedTextRun(ClassificationTypeNames.Text, EditorFeaturesResources.Describe_with_Copilot_is_unavailable_since_the_referenced_document_is_excluded_by_your_organization)])))
: ClassifiedTextElement.CreateHyperlink(EditorFeaturesResources.Describe_with_Copilot, EditorFeaturesResources.Generate_summary_with_Copilot, () => RequestResults());
? ToUIElement(new ContainerElement(ContainerElementStyle.Wrapped, new ClassifiedTextElement([new ClassifiedTextRun(ClassificationTypeNames.Text, EditorFeaturesResources.Describe_is_unavailable_since_the_referenced_document_is_excluded_by_your_organization)])))
: ClassifiedTextElement.CreateHyperlink(EditorFeaturesResources.Describe, EditorFeaturesResources.Generate_summary_with_Copilot, () => RequestResults());
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
: ClassifiedTextElement.CreateHyperlink(EditorFeaturesResources.Describe, EditorFeaturesResources.Generate_summary_with_Copilot, () => RequestResults());
: ClassifiedTextElement.CreateHyperlink(EditorFeaturesResources.Describe, EditorFeaturesResources.Generates_a_summary, () => RequestResults());

Might also want to modify the tooltip?

@akhera99 akhera99 merged commit 4f3f661 into dotnet:main Nov 19, 2025
26 checks passed
@dotnet-policy-service dotnet-policy-service bot modified the milestones: 18.3, Next Nov 19, 2025
@allisonchou allisonchou deleted the dev/allichou/UpdateCopilotUI branch November 20, 2025 00:09
@davidwengier davidwengier modified the milestones: Next, 18.3 Jan 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area-IDE Community The pull request was submitted by a contributor who is not a Microsoft employee. VSCode

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants