You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ai-coding-assistant/copilot-extension.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,12 @@ position: 1
11
11
12
12
The Telerik WinForms [GitHub Copilot](https://github.com/features/copilot) extension is an AI-powered coding assistant that provides specialized knowledge about [Telerik UI for WinForms components](https://www.telerik.com/products/winforms.aspx).
13
13
14
+
>caution [Microsoft is sunsetting GitHub Copilot extensions](https://github.blog/changelog/2025-09-24-deprecate-github-copilot-extensions-github-apps/) on November 10th, 2025, in favor of the Model Context Protocol (MCP) standard.
15
+
>
16
+
> 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.
17
+
18
+
>tip The Telerik .NET MAUI MCP Server works in **Chat**(**Ask**) and **Agent** modes.
19
+
14
20
This extension enhances GitHub Copilot with proprietary context about Telerik WinForms controls, helping you:
15
21
16
22
* Generate code snippets using Telerik WinForms components.
@@ -51,13 +57,14 @@ To use the Telerik WinForms Copilot extension:
51
57
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.
52
58
1. Grant permission to the Telerik WinForms extension to read your workspace files when prompted.
53
59
1. For unrelated queries, start a new chat session in a new window to avoid context pollution from previous conversations.
54
-
60
+
1. Use in **Chat**(**Ask**) and **Agent** modes.
61
+
55
62
### Sample Prompts
56
63
57
64
The following examples demonstrate useful prompts for the Telerik WinForms extension:
58
65
59
66
* "`@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."
60
-
* "`@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."
61
68
* "`@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."
62
69
* "`@telerikwinforms` Show me how to size all columns in GridView to take all the available space."
0 commit comments