Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
4 votes
1 answer
126 views

I have a Visual Studio extension, and I'm trying to upgrade it from Visual Studio 2019 to 2026 (which should be compatible with 2022, so in theory it should work with both 2022 and 2026 when I'm done)....
-4 votes
0 answers
98 views

How can I get autoindentation to use Whitesmith style for C/C++ files in VSCode? I use Microsoft C/C++ Extension pack and clang-format. "Format Document" works ok with C/C++ files. There is ...
0 votes
0 answers
35 views

I'm developing an extension for VS 2022 (https://github.com/dubeg/VsQuickJump2022) and I can easily find symbols for C# files using Microsoft.CodeAnalysis.Document, but for JS/TypeScripts files (ie. ...
0 votes
0 answers
34 views

I have been following a tutorial on creating a Visual Studio extension. How do you create a property page with text boxes?
0 votes
0 answers
173 views

I'm trying to write extension to Cursor IDE which can be also used with other VS like editors. It gives more power to Agent help and it's coding. I'm searching for a couple of last weeks or even ...
0 votes
0 answers
20 views

I am writing a VS extension for VS 2022 and want to retrieve a list of servers/databases in SQL Server Object Explorer. This window is provided by (I believe) SQL Server Data Tools. It is not the same ...
0 votes
0 answers
62 views

So I've been mostly going off of this post How to populate the 'Code' field of the VS 2022 Error List when writing a VS Extension? to figure out how to populate the code field for error list ...
0 votes
0 answers
54 views

I'm working on my first Visual Studio extension (VSIX). I have the first version published. It is working as expected in local debug (Visual Studio Pro) and deployed for Visual Studio community. For ...
2 votes
0 answers
71 views

I'm working on a Visual Studio 2022 C# extension to customize the text of C++ #pragma region #pragma endregion 1: default, 2: modified using the code below, 3: collapsed I would like to ask how i ...
0 votes
1 answer
58 views

I'm writing a Visual Studio 2022 extension to aid developers in adding a history line to the top of their source file. The extension fills in the current date, the developer's name, the problem report ...
0 votes
1 answer
60 views

I’m trying to use ILineTransformSourceProvider to customize the height of the lines sent on the "Output" window: internal class LineTransformSource : ILineTransformSource { public ...
0 votes
0 answers
27 views

I've been trying for several hours to extend the context menu of the Output window in Visual Studio, so that clicking on it with the left mouse button would display an item linked to my custom command....
1 vote
0 answers
343 views

My problem here is that I can't see the results or any change in my VS Code for view(), plot(), and ggplot() functions. What I suspect is that the functions that require extra panel to show the ...
0 votes
1 answer
96 views

I'm working on a Visual Studio extension command in C# that should execute every time "Build" is executed. I made it a command so that it can manually be triggered, but I also want it too ...
0 votes
1 answer
86 views

I've created a toolbar button in a Visual Studio extension. This toolbar contains a button with text and icon. The button has two states. When first clicked, the button displays icon1. After a second ...

15 30 50 per page
1
2 3 4 5
...
120

AltStyle によって変換されたページ (->オリジナル) /