Skip to main content
Filter by
Sorted by
Tagged with
Advice
2 votes
10 replies
380 views

I'm a small-scale C programmer at the moment, and I'm bugged by the question: is Visual Studio worth the annoyance that it is? I've been programming in C and C++ in Visual Studio Code for a while, and ...
Gaspar Liboreiro's user avatar
Advice
3 votes
2 replies
466 views

When I try to create a new Azure Functions app in Visual Studio 2026 Insider edition, I don't get .NET 10 as an option -- see below: I do have .NET 10 as an option for other project types such as ....
Sam's user avatar
  • 31k
-2 votes
1 answer
101 views

I am a novice programmer. I want to work in my 'Windows 10' with MySQL Community Server 8.4 from a C# program (platform .NET 8.0). I am using the Visual Studio Community 2022. I also use MySQL ...
Ilya Chalov's user avatar
-1 votes
1 answer
179 views

I have a Visual Studio 2022 solution with eight existing projects: three "ASP.NET Core Web API" projects, three "xUnit Test" projects, one "Class Library" project, and ...
J Earls's user avatar
  • 2,781
1 vote
1 answer
70 views

I know how to disable auto-completion of /* ... */ comment block in Visual Studio 2022 C++ (Tools->Options->Text Editor->C/C++->Advanced->Brace Completion->Complete Multiline ...
Regus Pregus's user avatar
2 votes
2 answers
125 views

kindly assist with setting dark mode theme for visual studio 2022 version 17.14.19. I have set dark mode theme under Tools>Theme but it applies partially on the application as shown on . Please ...
kgori_dev's user avatar
  • 176
-1 votes
0 answers
116 views

I have a simple C++ project which uses the CoCreateInstance to access and use some C# code (com-exposed class). The simple code looks like: // ... hr = CoCreateInstance( CLSID_rclsid, NULL, ...
Kaktus's user avatar
  • 9
Tooling
0 votes
1 replies
87 views

Is there a way to display all document symbols in Visual Studio 2026? In VS Code, I can open the Command Palette and type “@” to quickly list all symbols in the current file. Is there an equivalent ...
Daniel Aviv's user avatar
0 votes
1 answer
80 views

Since recently, I'm working in C++ with COM technology, which means using SAFEARRAY objects. One of the first challenges is seeing the contents of such an object: in the watch-window, such an object ...
Dominique's user avatar
  • 17.6k
-6 votes
0 answers
89 views

I am trying to use a list of a custom type and I am unable to add system.collections.generic. the List is not offering to add the using statements. I have tried adding the namespace manually and using ...
Christopher Napier's user avatar
-4 votes
0 answers
100 views

I have multiple .cpp files and .h files in VS2022, there are no red squiggly things under text (yeah I have no idea what to call them), and the code has forward decl. and no circular includes or ...
NotAnOwl's user avatar
1 vote
1 answer
86 views

How to enter a new line in github copilot chat in Visual Studio (NOT Visual Code)? I've tried: ENTER: submits SHIFT+ENTER: submits CTRL+ENTER: submits ALT+ENTER: ignored Using Visual Studio 2022.
pkExec's user avatar
  • 2,146
1 vote
0 answers
97 views

if you're getting an issue like this: $ flutter build windows CMake Error at CMakeLists.txt:3 (project): Generator Visual Studio 16 2019 could not find any instance of Visual Studio. Unable to ...
rando's user avatar
  • 11
0 votes
1 answer
121 views

I’m using C++ in Visual Studio, and I need to be able to view multiple C++ files. I also need to be able to run those previous files as well as my current file. I have tried Visual Studio Community ...
Travis DeCarlo's user avatar
0 votes
1 answer
58 views

I've got a vcpkg overlay port that needs its own include/MYLIBRARY folder to be added to the C++ include system paths. In CMake, I can do this easily by calling target_include_directories() for every ...
Twon-ha's user avatar
  • 954
1 vote
1 answer
54 views

Executing this code while developing using a remote tunnel (Azure VM), the URL (token) seems not to redirect the token back to the snowflake client Session.builder.configs( { "...
Raphael Roth's user avatar
  • 27.3k
1 vote
2 answers
50 views

I have a visual studio project which uses git. I don't normally use VS for my work - this is a side project - I normally work from the command line and I'm a git novice anyway. I must've done ...
user2871239's user avatar
  • 1,632
-7 votes
0 answers
57 views

I want to remove component from offline installation, but the command doesn't work, and it launches the installer every time: C:\BT2022offline\vs_BuildTools.exe --noweb --remove anypackage C:\...
ma1169's user avatar
  • 1,243
-3 votes
0 answers
44 views

I would like to sign my locally build application. Application code is C++ / MFC, build for 32 Bit. It is a legacy application which should be replaced by new one in one - three years, so no much ...
DigitalMachine's user avatar
1 vote
0 answers
44 views

What is the last version of Android that is supported for Xamarin Forms? I'm trying to update my app to the last possible version of Android for Xamarin Forms. I know I'll have to switch to MAUI ...
t_m27's user avatar
  • 143
-4 votes
0 answers
26 views

I'm working with Visual Studio 2022, version 17.14.20. I have different solution configurations: "Debug", "Debug Install" and "Debug Localisation". As you can see from ...
Dominique's user avatar
  • 17.6k
Advice
0 votes
0 replies
28 views

When I try to write something like this: dialogSystem.onDialogueStart.AddListener(() =\> { }); If I press arrow keys to the left from the end of the line, it takes 23 arrow clicks to reach the ...
Felipe Ribeiro Silva's user avatar
0 votes
1 answer
41 views

As mentioned in the subject line is it possible to deploy a Visual Studio solution to a remote server using the Publish command? As currently these are the only options I have when clicking Publish: ...
Tim Kruger's user avatar
0 votes
0 answers
36 views

I have a system where users create .NET plugin libraries. To support this, I’ve built: A solution template that creates: a plugin project a testbed console app a project reference from the testbed → ...
stritch000's user avatar
0 votes
0 answers
17 views

I attempted to intercept key combinations using IOleCommandTarget for commands within VSConstants.VSStd2KCmdID. I tried BACKTAB, but it doesn't work, even though TAB can be intercepted. I suspect that ...
KGS's user avatar
  • 1