235 questions with Visual Studio Extensions tags

Sort by: Updated
3 answers One of the answers was accepted by the question author.

Extension manager suggestions: How can I remove some extensions from the suggestions ?

Hello, For example I don't like to see resharper any time when I open the extension manager. I would like to have a possibility to remove it from my suggestion list. Thanks.

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,309 questions
Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
235 questions
asked 2024-07-10T10:14:13.0733333+00:00
Yuriy Prokofiev 20 Reputation points
edited the question 2024-12-22T13:43:31.98+00:00
TP 100.9K Reputation points
0 answers

How to add my custom named "Help" setting under Options->Envrionment when using TOOL->Import and Export Settings

I was able to add my custom setting "Help" under TOOLS->Options->Environment with this code [ProvideOptionPageAttribute(typeof(AcfHelpProviderPage), "Environment", "Help", 0, 113, true)] Where 113 value is Help But I…

Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
235 questions
asked 2024-12-18T14:28:59.38+00:00
Leandre Croteau 0 Reputation points
commented 2024-12-19T19:47:10.7766667+00:00
Leandre Croteau 0 Reputation points
0 answers

Language Server (LSP) not called for language features when used along with a Language Service

We have a Visual Studio extension that implements a custom code editor and a legacy Language Service. Code editor is opened using IVSUIShell.CreateDocumentWindow. Language Service is associated with this editor using…

Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
235 questions
asked 2024-11-26T16:43:42.9933333+00:00
Sajith 11 Reputation points
commented 2024-12-04T14:09:10.9933333+00:00
Tianyu Sun-MSFT 31,956 Reputation points Microsoft Vendor
0 answers

FileExtensionRegistryService returns me UNKNOWN content type for .cs and .txt

Am trying to understand IFileExtensionRegistryService in the Visual Studio Extension development scenario. I try to get content types as follows. var componentModel = (IComponentModel)Package.GetGlobalService(serviceType: typeof(SComponentModel)); var…

Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
235 questions
asked 2024-11-18T03:41:48.35+00:00
Koppula, Vivekanand 60 Reputation points
edited the question 2024-12-04T11:19:11.8433333+00:00
Koppula, Vivekanand 60 Reputation points
0 answers

Validate Breakpoints location with MEF Language Service

We have a Visual Studio extension that implements a legacy Language Service. We are trying to get rid of this and implement the language service in MEF now. There is a way to validate breakpoints location in legacy language service -…

Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
235 questions
asked 2024-11-27T06:43:11.53+00:00
Sajith 11 Reputation points
commented 2024-12-04T07:45:09.16+00:00
Tianyu Sun-MSFT 31,956 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Showing an error while try to install the software.

Hello Team, Required help on resolving my issue, Currently I'm using Visual Studio 2022 Professional, and I required to generate the sdf file for that I have added the extension "SQLite/SQL Server Compact Toolbox" from Visual Studio, the…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
14,221 questions
Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
235 questions
asked 2024-11-27T12:53:23.1666667+00:00
Yerni Sunil Kumar BODDU 20 Reputation points
commented 2024-12-03T07:26:15.1233333+00:00
Yerni Sunil Kumar BODDU 20 Reputation points
1 answer One of the answers was accepted by the question author.

What is BaseDefinition and ContentType in visual studio extension development

I have been looking into this example Walkthrough: Customize the text view In this example, the content type is text as shown…

Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
235 questions
asked 2024-11-13T05:59:53.6566667+00:00
Koppula, Vivekanand 60 Reputation points
accepted 2024-11-30T06:29:48.5633333+00:00
Koppula, Vivekanand 60 Reputation points
1 answer

how to dock a tool window when it open for the first time in vsix

I have created tool window in VSIX, now i need to dock that when it open for the first time as per the desired position we set and next time if user moves the tool window it should persist with that position as visual studio doing already. i can dock the…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,309 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,152 questions
Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
235 questions
asked 2024-01-09T10:11:45.1433333+00:00
Hepzibah C 0 Reputation points
commented 2024-11-23T05:09:31.43+00:00
shriram 125 Reputation points
1 answer

How to fix access issues when trying to access VS code Via Azure Ai Studio project

Hi, We are facing an issue when access the Azure AI Studio Compute from a windows machine. When the compute is ready and we try to access it via VScode Desktop we are seeing the following error message: Screenshot 2024-11-21 at 17.53.45.png Here are…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,309 questions
Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
235 questions
asked 2024-11-21T18:03:08.4766667+00:00
Yousaf, Muhammad B 0 Reputation points
answered 2024-11-22T07:44:50.7066667+00:00
Anna Xiu-MSFT 30,386 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

How to debug maui ios in real device with free provisioning on mac vs code

I've already using xcode to deploy the native app to my device with this provisioning profile. Then I've modified the project config as below <PropertyGroup Condition="'$(TargetFramework)'=='net8.0-ios'"> …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,767 questions
Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
235 questions
asked 2024-11-16T09:05:00.7633333+00:00
jinglian cui 41 Reputation points
accepted 2024-11-18T08:17:27.4933333+00:00
jinglian cui 41 Reputation points
1 answer

How to add a keyboard shortcut on a Visual Studio extension?

I'm trying to learn how to create a keyboard shortcut on a Visual Studio 2022 extension. I would like to get the shortcut visible and editable at Tools > Options > Environment > Keyboard Steps i tried: Addded: …

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,309 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,152 questions
Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
235 questions
asked 2024-11-05T09:21:24.5366667+00:00
Cesar 20 Reputation points
edited the question 2024-11-06T01:37:56.2766667+00:00
Cesar 20 Reputation points
0 answers

How to Access and Reconstruct HBITMAP Data from a Debugged Process?

I am developing a Visual Studio 2022 extension to extract HBITMAP objects from the memory of a debugged process for analysis. Ideally, I want to access and reconstruct (when necessary) the raw bitmap data directly, without needing to convert each…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,309 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,152 questions
C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,806 questions
Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
235 questions
asked 2024-11-04T01:34:23.8833333+00:00
Cesar 20 Reputation points
commented 2024-11-04T02:38:05.31+00:00
Cesar 20 Reputation points
2 answers One of the answers was accepted by the question author.

Visual Studio 2022 Analysis Services Extension on Windows 11 ARM64 (Lenovo Snapdragon)

I recently purchased a Lenovo CoPilot+PC ARM64 Snapdragon Windows 11 computer. I keep getting an error when I try to install the Analysis Services Extension for Visual Studio 2022 (Microsoft.DataTools.AnalysisServices.vsix). Is there a workaround to be…

SQL Server Analysis Services
SQL Server Analysis Services
A Microsoft online analytical data engine used in decision support and business analytics, providing the analytical data for business reports and client applications such as Power BI, Excel, Reporting Services reports, and other data visualization tools.
1,300 questions
Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
235 questions
asked 2024-11-01T00:37:59.1866667+00:00
Eric Ziola 41 Reputation points
commented 2024-11-01T15:07:30.0433333+00:00
Eric Ziola 41 Reputation points
2 answers One of the answers was accepted by the question author.

I have Visual Studio and installed Live Preview but no live preview option

It shows I have Live Preview installed but per instructions to click Live Preview from file right click or from "View" or anywhere else is not available to me. I restarted my pc. Didn't change anything. I uninstalled Live Preview and…

Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
235 questions
asked 2024-10-27T13:56:17.0733333+00:00
Paula Henderson 20 Reputation points
accepted 2024-10-29T12:56:46.17+00:00
Paula Henderson 20 Reputation points
0 answers

Breakpoints not shown when debugging from extension

I am working on a Visual Studio extension that implements a custom editor, language service and a debugger. When running the debugger, breakpoints set are not shown in editor margin. All other breakpoint functionality works fine - Breakpoints are…

Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
235 questions
asked 2024-10-28T09:19:02.7266667+00:00
Sajith 11 Reputation points
commented 2024-10-29T04:49:03.0633333+00:00
Tianyu Sun-MSFT 31,956 Reputation points Microsoft Vendor
0 answers

Visual Studio extension to render clickable character before searched string

I'm trying to create a Visual Studio 2022 extension to render a clickable character before a specific searched string. On the following code its rendering the character before auto whenever it finds if (auto. I have been able to partially get it done,…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,309 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,152 questions
Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
235 questions
asked 2024-10-24T08:55:21.77+00:00
Laila 0 Reputation points
commented 2024-10-28T09:50:18.95+00:00
Tianyu Sun-MSFT 31,956 Reputation points Microsoft Vendor
0 answers

Theming of WPF dialog not working for all controls on the dialog

Hi, I need to change color/theme of all controls on WPF dialog whenever there is change of theme from VS2022 (i.e. Tools -> Options -> Color Theme ) I followed below MSDN…

Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,804 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,309 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,152 questions
Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
235 questions
asked 2024-10-04T14:07:53.0266667+00:00
Ajay Gera 40 Reputation points
commented 2024-10-22T03:10:59.8366667+00:00
Tianyu Sun-MSFT 31,956 Reputation points Microsoft Vendor
1 answer

How to set a VisualizerTargetType of type byte*?

I am trying to write a visualizer for VS2022. I managed to set it up for the byte[], but failing for the type byte*. the line new VisualizerTargetType("Byte* Visualizer", typeof(byte*)) gives me an compile time error. If I use byte[] instead,…

Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
235 questions
asked 2024-10-20T14:54:22.7066667+00:00
Bodo Scheumann 0 Reputation points
answered 2024-10-21T12:22:30.3166667+00:00
Bodo Scheumann 0 Reputation points
2 answers

How to extend the Team Explorer Window of Visual Studio 2022

Hello, I am trying to create an extension which will add a custom button to the Visual Studio 2022 Team Explorer window. On clicking the button I want to do some operations in the Version Control. I had built that application using Visual Studio 2019 by…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,309 questions
Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
235 questions
asked 2024-10-05T17:21:55.0566667+00:00
RAMSANKAR MANTRY 96 Reputation points
edited the question 2024-10-21T07:24:18.4333333+00:00
Jack J Jun 24,616 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Extension to detect when a string get hovered on the document

I'm trying to create a Visual Studio 2022 extension to detect whenever a specific string on a .cpp or .h file get hovered, the project atm have only two files. I have set a breakpoint on InitializeAsync of ImagePackage.cs, when i start debugging the…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,309 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,152 questions
Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
235 questions
asked 2024-10-18T00:52:53.9333333+00:00
Masa Yuilki 40 Reputation points
accepted 2024-10-19T16:52:38.5333333+00:00
Masa Yuilki 40 Reputation points