Skip to content

Commit ff98b47

Browse files
Merge branch 'development' into 983303-getting-started-d
2 parents 55d66d6 + 26d23c2 commit ff98b47

File tree

87 files changed

+1101
-583
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+1101
-583
lines changed

blazor-toc.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,11 +148,11 @@
148148
</li>
149149
</ul>
150150
</li>
151-
<li>AI Developer Tools
151+
<li>AI Coding Assistants
152152
<ul>
153-
<li><a href="/blazor/ai-developer-tools/overview">Overview</a></li>
154-
<li><a href="/blazor/ai-developer-tools/mcp-server">MCP Server</a></li>
155-
<li><a href="/blazor/ai-developer-tools/copilot-extension">Copilot Extension</a></li>
153+
<li><a href="/blazor/ai-coding-assistants/overview">Overview</a></li>
154+
<li><a href="/blazor/ai-coding-assistants/mcp-server">MCP Server</a></li>
155+
<li><a href="/blazor/ai-coding-assistants/copilot-extension">Copilot Extension</a></li>
156156
</ul>
157157
</li>
158158
<li>Smart (AI) Solutions
File renamed without changes.

blazor/ai-developer-tools/mcp-server.md renamed to blazor/ai-coding-assistants/mcp-server.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,12 @@ You need to add your [Syncfusion API key](https://syncfusion.com/account/api-key
6666

6767
### Syncfusion<sup style="font-size:70%">&reg;</sup> Code Studio
6868

69-
* Install directly from the [Syncfusion Code Studio](https://www.syncfusion.com/code-studio/) MCP Marketplace.
70-
* Start the server and grant permission when prompted.
69+
* In [Code Studio](https://www.syncfusion.com/code-studio/), open MCP Marketplace, find `SyncfusionBlazorAssistant`, and click Install.
70+
* When prompted, enter your [Syncfusion API key](https://syncfusion.com/account/api-key) and click Submit to register.
71+
* It installs locally on your machine and appears in the Installed list.
72+
* The server is ready for use in Code Studio.
73+
74+
For additional details, see the Code Studio [documentation](https://help.syncfusion.com/code-studio/reference/configure-properties/mcp/marketplace).
7175

7276
### VS Code (GitHub Copilot MCP)
7377

blazor/ai-developer-tools/overview.md renamed to blazor/ai-coding-assistants/overview.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
22
layout: post
3-
title: Syncfusion AI Developer Tools Overview | Syncfusion
4-
description: Learn how Syncfusion AI Developer Tools boost Blazor productivity by generating accurate code snippets, configuration examples, and contextual guidance.
5-
control: Syncfusion AI Developer Tools Overview
3+
title: Syncfusion AI Coding Assistants Overview | Syncfusion
4+
description: Learn how Syncfusion AI Coding Assistants boost Blazor productivity by generating accurate code snippets, configuration examples, and contextual guidance.
5+
control: Syncfusion AI Coding Assistants Overview
66
platform: Blazor
77
documentation: ug
88
---
99

10-
# Syncfusion<sup style="font-size:70%">&reg;</sup> AI Developer Tools Overview
10+
# Syncfusion<sup style="font-size:70%">&reg;</sup> AI Coding Assistants Overview
1111

12-
The **Syncfusion<sup style="font-size:70%">&reg;</sup> AI Developer Tools** are designed to streamline your development workflow when building Blazor applications with Syncfusion<sup style="font-size:70%">&reg;</sup> components. It uses contextual knowledge of the Syncfusion<sup style="font-size:70%">&reg;</sup> component library to generate accurate code snippets, configuration examples, and guided explanations—minimizing documentation searches and maximizing productivity.
12+
The **Syncfusion<sup style="font-size:70%">&reg;</sup> AI Coding Assistants** are designed to streamline your development workflow when building Blazor applications with Syncfusion<sup style="font-size:70%">&reg;</sup> components. It uses contextual knowledge of the Syncfusion<sup style="font-size:70%">&reg;</sup> component library to generate accurate code snippets, configuration examples, and guided explanations—minimizing documentation searches and maximizing productivity.
1313

14-
AI Developer Tools:
14+
AI Coding Assistants:
1515

1616
* **The SyncfusionBlazorAssistant MCP Server**
1717
Processes advanced prompts and returns tailored code suggestions via [MCP-compatible clients](https://modelcontextprotocol.io/clients).
@@ -20,7 +20,7 @@ AI Developer Tools:
2020

2121
## Getting Started
2222

23-
To use the AI Developer Tools, you need:
23+
To use the AI Coding Assistants, you need:
2424

2525
* A [Syncfusion<sup style="font-size:70%">&reg;</sup> user account](https://www.syncfusion.com/account)
2626
* An active Syncfusion<sup style="font-size:70%">&reg;</sup> license (any of the following):
@@ -32,7 +32,7 @@ To use the AI Developer Tools, you need:
3232

3333
## Unlimited Access
3434

35-
Syncfusion<sup style="font-size:70%">&reg;</sup> offers unlimited access to the AI Developer Tools, with no limitations on:
35+
Syncfusion<sup style="font-size:70%">&reg;</sup> offers unlimited access to the AI Coding Assistants, with no limitations on:
3636

3737
* Number of requests
3838
* Components usage
@@ -58,7 +58,7 @@ This ensures users can fully leverage Syncfusion<sup style="font-size:70%">&reg;
5858

5959
## Privacy & Data Handling
6060

61-
The Syncfusion<sup style="font-size:70%">&reg;</sup> AI Developer Tools is designed with privacy in mind:
61+
The Syncfusion<sup style="font-size:70%">&reg;</sup> AI Coding Assistants is designed with privacy in mind:
6262

6363
* The tools do not access your project files or workspace directly.
6464
* User prompts are not stored by any of the tools or used for any other purpose.

blazor/chart/getting-started-wasm.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ documentation: ug
1313

1414
This section briefly explains about how to include [Blazor Charts](https://www.syncfusion.com/blazor-components/blazor-charts) component in your Blazor WebAssembly (WASM) App using Visual Studio, Visual Studio Code and .NET CLI.
1515

16+
> **Ready to streamline your Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor development?** <br/>Discover the full potential of Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor components with Syncfusion<sup style="font-size:70%">&reg;</sup> AI Coding Assistants. Effortlessly integrate, configure, and enhance your projects with intelligent, context-aware code suggestions, streamlined setups, and real-time insights—all seamlessly integrated into your preferred AI-powered IDEs like VS Code, Cursor, Syncfusion<sup style="font-size:70%">&reg;</sup> CodeStudio and more. [Explore Syncfusion<sup style="font-size:70%">&reg;</sup> AI Coding Assistants](https://blazor.syncfusion.com/documentation/ai-coding-assistants/overview)
17+
1618
{% tabcontents %}
1719

1820
{% tabcontent Visual Studio %}

blazor/chart/getting-started-with-maui-app.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ documentation: ug
1111

1212
This section explains you through the step-by-step process of integrating the Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor Chart component into your Blazor MAUI application using both Visual Studio and Visual Studio Code.
1313

14+
> **Ready to streamline your Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor development?** <br/>Discover the full potential of Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor components with Syncfusion<sup style="font-size:70%">&reg;</sup> AI Coding Assistants. Effortlessly integrate, configure, and enhance your projects with intelligent, context-aware code suggestions, streamlined setups, and real-time insights—all seamlessly integrated into your preferred AI-powered IDEs like VS Code, Cursor, Syncfusion<sup style="font-size:70%">&reg;</sup> CodeStudio and more. [Explore Syncfusion<sup style="font-size:70%">&reg;</sup> AI Coding Assistants](https://blazor.syncfusion.com/documentation/ai-coding-assistants/overview)
15+
1416
{% tabcontents %}
1517

1618
{% tabcontent Visual Studio %}

blazor/chart/getting-started-with-web-app.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ documentation: ug
1111

1212
This section briefly explains about how to include [Blazor Chart](https://www.syncfusion.com/blazor-components/blazor-charts) component in your Blazor Web App using [Visual Studio](https://visualstudio.microsoft.com/vs/), Visual Studio Code and .NET CLI.
1313

14+
> **Ready to streamline your Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor development?** <br/>Discover the full potential of Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor components with Syncfusion<sup style="font-size:70%">&reg;</sup> AI Coding Assistants. Effortlessly integrate, configure, and enhance your projects with intelligent, context-aware code suggestions, streamlined setups, and real-time insights—all seamlessly integrated into your preferred AI-powered IDEs like VS Code, Cursor, Syncfusion<sup style="font-size:70%">&reg;</sup> CodeStudio and more. [Explore Syncfusion<sup style="font-size:70%">&reg;</sup> AI Coding Assistants](https://blazor.syncfusion.com/documentation/ai-coding-assistants/overview)
15+
1416
{% tabcontents %}
1517

1618
{% tabcontent Visual Studio %}

blazor/chart/getting-started.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ documentation: ug
1313

1414
This section briefly explains about how to include [Blazor Charts](https://www.syncfusion.com/blazor-components/blazor-charts) component in your Blazor Server App using Visual Studio, Visual Studio Code and .NET CLI.
1515

16+
> **Ready to streamline your Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor development?** <br/>Discover the full potential of Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor components with Syncfusion<sup style="font-size:70%">&reg;</sup> AI Coding Assistants. Effortlessly integrate, configure, and enhance your projects with intelligent, context-aware code suggestions, streamlined setups, and real-time insights—all seamlessly integrated into your preferred AI-powered IDEs like VS Code, Cursor, Syncfusion<sup style="font-size:70%">&reg;</sup> CodeStudio and more. [Explore Syncfusion<sup style="font-size:70%">&reg;</sup> AI Coding Assistants](https://blazor.syncfusion.com/documentation/ai-coding-assistants/overview)
17+
1618
{% tabcontents %}
1719

1820
{% tabcontent Visual Studio %}

blazor/chat-ui/footer.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@ control: Chat UI
77
documentation: ug
88
---
99

10-
# Footer in Blazor Chat UI component
10+
# Footer in the Blazor Chat Component
1111

12-
## Show or hide footer
12+
The Blazor Chat component includes a footer that serves as the primary user interaction area, typically containing the message input field and send button.
1313

14-
You can use [ShowFooter](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.InteractiveChat.SfChatUI.html#Syncfusion_Blazor_InteractiveChat_SfChatUI_ShowFooter) property to enable or disable the chat footer.
14+
## Show or hide the footer
15+
16+
The chat footer in the Blazor Chat UI component is displayed by default and includes the text input field along with the send button. Its visibility can be managed using the [ShowFooter](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.InteractiveChat.SfChatUI.html#Syncfusion_Blazor_InteractiveChat_SfChatUI_ShowFooter) and submission. This configuration is useful in scenarios such as read-only chat views or restricted interaction modes.
1517

1618
```cshtml
1719

0 commit comments

Comments
 (0)