Skip to content

Commit 7b93b01

Browse files
committed
VS Code updates from VSX
Update
1 parent e3ad720 commit 7b93b01

File tree

4 files changed

+12
-9
lines changed

4 files changed

+12
-9
lines changed
Loading
79 KB
Loading
36.2 KB
Loading

integration/integration-with-vs-code.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,15 @@ position: 1
1111
# Configuring Document Processing Libraries
1212

1313
With **Q2 2024** we are adding a Document Processing Configuration Wizard for **Visual Studio Code**. The wizard is included in the Visual Studio Code extension for [Telerik UI for Blazor ](https://marketplace.visualstudio.com/items?itemName=TelerikInc.blazortemplatewizard) and [Telerik UI for ASP.NET Core](https://dotnet.microsoft.com/en-us/apps/aspnet) and it enables you to easily add the required packages when working with the Telerik Document Processing Library.
14+
As of **Q1 2025** we offer the DPL wizard for the [Telerik UI for MAUI](https://marketplace.visualstudio.com/items?itemName=TelerikInc.telerik-maui-productivity-tools) as well.
1415

1516
## Getting the Wizard
1617

17-
To use the Document Processing Libraries Wizard, install the [Telerik UI for Blazor Visual Studio Code extension](https://marketplace.visualstudio.com/items?itemName=TelerikInc.blazortemplatewizard).
18+
To use the Document Processing Libraries Wizard, install the VS Code extension for the desired produckt:
19+
20+
* [Telerik UI for Blazor Visual Studio Code extension](https://marketplace.visualstudio.com/items?itemName=TelerikInc.blazortemplatewizard)
21+
22+
* [Telerik UI for MAUI Visual Studio Code extension](https://marketplace.visualstudio.com/items?itemName=TelerikInc.telerik-maui-productivity-tools)
1823

1924
## Starting the Wizard
2025

@@ -24,25 +29,23 @@ To use **Document Processing Libraries Configuration Wizard** from the **VS Code
2429

2530
1\. Right-click on a file in the files tree.
2631

27-
2\. Select the `Telerik UI for Blazor: Add Document Processing Libraries`.
32+
2\. Select the `Telerik UI for .NET MAUI: Add Document Processing Libraries`.
2833

29-
![Configure Document Processing Wizard, Context Menu](images/DPLBlazor_ContextMenu.png)
34+
![Configure Document Processing Wizard, Context Menu](images/DPLMAUI_ContextMenu.png)
3035

3136
### Using the Code Editor Command Palette
3237

3338
To use **Document Processing Libraries Configuration Wizard** from the **VS Code** command palette:
3439

35-
1\. Open a `.razor` file or a `Razor` language in the code editor and right-click in the editor to see the `Command Palette..` option.
36-
37-
![Configure Document Processing Wizard, Command Palette](images/DPLBlazor_CommandPallete.png)
40+
1\. Open the Command Pallette menu by pressing Ctrl+Shift+P on Windows or Linux, or Cmd+Shift+P on Mac.
3841

39-
2\. Select the `Telerik UI for Blazor: Add Document Processing Libraries`.
42+
2\. Select `Telerik UI for Maui: Add Document Processing Libraries`.
4043

41-
![Configure Document Processing Wizard, Command Palette](images/DPLBlazor_Pallete.png)
44+
![Configure Document Processing Wizard, Command Palette](images/DPLMAUI_Pallete.png)
4245

4346
After executing one of the options the wizard must appear like this:
4447

45-
![Configure Document Processing Wizard](images/Configure_Document_Processing_Wizard.png)
48+
![Configure Document Processing Wizard](images/Configure_Document_Processing_Wizard_MAUI.png)
4649

4750
The **Telerik Document Processing Configuration wizard** allows you to select which libraries your project would use. It allows you to use the license and selection of the `.csproj` file, in which you want the installation to be provided. This option is useful in cases when the user has many opened projects in the workspace. If a library you selected has any dependencies, they are automatically checked. In the table below there is a list of the assemblies that will be selected for each library:
4851

0 commit comments

Comments
 (0)