Skip to content

Commit b2ba631

Browse files
authored
Update copilot-extension.md
1 parent f86766c commit b2ba631

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

ai-coding-assistant/copilot-extension.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ The Telerik WinForms [GitHub Copilot](https://github.com/features/copilot) exten
1515
>
1616
> From that date, the Telerik and Kendo UI AI Coding Assistants will be available exclusively through our [MCP server]({%slug ai-mcp-server%}), ensuring you continue to enjoy the same powerful capabilities that are delivered by a modern, open, and officially recommended standard.
1717
18+
>tip The Telerik .NET MAUI MCP Server works in **Chat**(**Ask**) and **Agent** modes.
19+
1820
This extension enhances GitHub Copilot with proprietary context about Telerik WinForms controls, helping you:
1921

2022
* Generate code snippets using Telerik WinForms components.
@@ -55,13 +57,14 @@ To use the Telerik WinForms Copilot extension:
5557
1. Look for a status label such as **Telerik WinForms working...** or **Telerik WinForms generating response...** in the output to confirm the extension is active.
5658
1. Grant permission to the Telerik WinForms extension to read your workspace files when prompted.
5759
1. For unrelated queries, start a new chat session in a new window to avoid context pollution from previous conversations.
58-
60+
1. Use in **Chat**(**Ask**) and **Agent** modes.
61+
5962
### Sample Prompts
6063

6164
The following examples demonstrate useful prompts for the Telerik WinForms extension:
6265

6366
* "`@telerikwinforms` Create a RadGridView with 100 records each having Id, Name and Company. Group the data by Company. Sort by name. Add aggregate count function for the company column."
64-
* "`@telerikwinforms` Create a RadGridView with 100 employees records with two columns for name and company name. Include paging in the RadGridView with 20 records per page."
67+
* "`@telerikwinforms` Create a RadGridView with 100 employee records with two columns for name and company name. Include paging in the RadGridView with 20 records per page."
6568
* "`@telerikwinforms` Create a line RadChartView with 100 records of sample data. Each record should have Value plotted on the vertical axis and Date on the horizontal axis."
6669
* "`@telerikwinforms` Show me how to size all columns in GridView to take all the available space."
6770

0 commit comments

Comments
 (0)