r/VisualStudio Dec 20 '20

Miscellaneous Visual studio weekly chit-chat mega thread

23 Upvotes

Do you want to vent somewhere about how visual studio asked about your experience once again or just generally talk with other developers?

This is the place for you!

Ask anything you want which doesn't fit the content rules here.


r/VisualStudio May 14 '23

Miscellaneous Visual studio weekly chit-chat mega thread

2 Upvotes

Do you want to vent somewhere about how visual studio asked about your experience once again or just generally talk with other developers?

This is the place for you!

Ask anything you want which doesn't fit the content rules here.


r/VisualStudio 2h ago

Visual Studio 2022 Le fichier .vsix n’est pas généré dans le dossier Release

0 Upvotes

Bonsoir à tous,
Je sollicite votre aide car je bloque sur la build de mon extension VSIX. Le projet compile sans aucune erreur et tous les tests passent avec succès. Pourtant, le fichier .vsix final est introuvable et ne se génère pas dans les dossiers de sortie.
quelqu'un a déjà eu ce genre souci
pour plus d'info voici mon dépôt :

https://github.com/hnidboubker/super-power-tools


r/VisualStudio 19h ago

Visual Studio 2026 I built a smart search/replace Visual Studio extension

Thumbnail gallery
3 Upvotes

I built a Visual Studio extension that lets you perform smart search/replace operations on your source code. It includes innovative features like searching for multiple items at the same time and color-coding the results. It always tells you exactly how many results for each pattern were found. It does not search for words but for patterns. These are not complicated regex patterns but intuitive, token-aware patterns that respect code structure. Searches can be nested. In addition to smart searches, you can perform advanced Replace operations.

This extension has functionality that I couldn't find elsewhere. It's quite possible you've never seen a search quite like this. However, I'm still interested in learning about other tools you're familiar with that do something similar (whether it's a VS extension or not).

This extension's search functionality is powered by the uCalc SDK. However, this version of the extension is not up to date with the current SDK. The uCalc SDK and website were recently revamped in a major way. Comprehensive documentation was added. But this old extension version is not in sync with the new documentation. If you like what you see so far and would like to see the extension updated, please let me know. There's so much more that can be added to enhance it.

I need your feedback. What additional functionality would you like to see? What problems did you uncover?

You can find the extension by searching for uCalc in the IDE's extension manager or in the extension marketplace.


r/VisualStudio 13h ago

Visual Studio 2022 a "Cursor-like" AI coding assistant that lives inside Visual Studio 2022

0 Upvotes

Hey everyone,

If you love the AI-assisted workflow of tools like Cursor but you're stuck in Visual Studio 2022 (hi, C++/C# devs 👋), I made an extension for you.

LazyBug Copilot is a VS extension that brings LLM-powered coding, refactoring, and Q&A right into the IDE you already use — no need to leave your familiar environment.

A few things I'm proud of:

  • 🤖 Bring your own model — OpenAI, Anthropic, Gemini, OpenRouter, Kimi, GLM, DeepSeek, plus local LLMs (Ollama, LM Studio). Supports OpenAI-compatible, OpenAI Responses, Anthropic, and Gemini API formats.
  • 🔎 Significant fast codebase search — Built for million-line projects. On large solutions, search drops from tens of seconds down to under 100ms (noticeably faster than ripgrep in my tests).
  • 🧠 Symbol search out of the box — Works for C/C++/C#/JS/Java/Python/TypeScript with no LSP setup required.
  • 🔗 Clickable symbol links — Symbol references in the chat are clickable, so you can jump straight to their definitions.
  • ✏️ Smart multi-file editing — AI edits your files directly, with before/after Diff View, change tracking, one-click undo/redo.
  • 📂 Watch Folder — Explore external code/data with glob/grep/symbol search without adding it to your solution.
  • 🧩 Context usage control — Keeps context under relative low level(~30k tokens) even in very long conversations , with good enough conversation quality. Compress/Decompress the context as needed.

Other goodies: image reading for vision-capable models (jpg/png/webp/gif/dds/tga/tiff), MCP support (stdio & URL with a built-in management UI), CLI integration (cmd/bash/python), skill support(easy to use UI), custom prompt rules, and cost stats.

Marketplace: https://marketplace.visualstudio.com/items?itemName=IxSoftware.lazybug2026
Repo / issues: https://github.com/ixnehc/LazyBug-Copilot

It's MIT licensed. Would love feedback, feature requests, and bug reports

Happy to answer any questions in the comments!


r/VisualStudio 1d ago

Visual Studio 2022 Msys2 not downloading

Thumbnail
0 Upvotes

r/VisualStudio 21h ago

Visual Studio 2026 help pls

0 Upvotes

Hi guys. here's the problem. Python courses ask to use the GitBash console, but I simply don't have it in my selection, even though it's installed (locally for my user). I spent three hours fiddling with the configuration settings, and in the end, JSON understood it faster than Python, but the console still didn't work. Can you please help (im use VS code) Ps: I'll leave the post here because maybe someone can help


r/VisualStudio 1d ago

Visual Studio 2026 workaround for forced updating ("this version is retired, update to continue blah blah")

0 Upvotes

Does anyone know how to just use a version of visual studio without being forced to update once they decide that version is "retired"? Is there any form or version of it that allows this? Currently using 2026 community version.


r/VisualStudio 1d ago

Visual Studio 2026 Visual Studio won't Download

1 Upvotes

Hello, I just finished setting up a new installation of windows 10. I downloaded Firefox and immediately went to the Visual Studio page on Microsoft.org to download the free community version. It won't even give me a pop-up window to ask me if I want to download the installer file. Nothing happens at all.

I've checked my downloads folder, messed around in Firefox's settings and finally gave up. I figured, "Okay, that was weird, but maybe it was the browser? Let me try again with a new one." I then downloaded Brave's installer off of Firefox and booted that up. Tried the same thing and Visual Studio still didn't even give me a pop-up window asking for me to download the installer file. I tried again after downloading and installing Chrome, same thing. I'm honestly lost for words at this point.

Edit: I was able to find the bootstrappers, and I was able to download an installer. However, the only bootstrappers available are professional and enterprise. I need the free version.

Edit 2 & Solution Found: Okay, I just figured out the solution. Thank God. How I went about it is I accidentally came across https://learn.microsoft.com/en-us/visualstudio/install/use-command-line-parameters-to-install-visual-studio?view=visualstudio after installing Visual Studio Code and the C++ compiler. The way they had you install the compiler made me think of Linux appimage installs, lo-and-behold, I finally found the Visual Studio 2026 Community bootstrapper. The website where you're supposed to download it normally still doesn't work for me for some reason. Even though I was able to download Visual Studio Code from its recommended download link. No idea what's going on with the normal download page, but I am very glad I got it fixed. Thank y'all so much for helping.


r/VisualStudio 5d ago

Visual Studio 2022 Installer for 2026 fails to install usable 2022 (v143) tool chain

1 Upvotes

Problem with installing VS 2022 support in the VS 2026 chain. The v143 package seems to be incomplete, missing MSBuild files.

I want to build my existing VS 2022 C++ solution with VS 2026 on a new PC. I added the v143 tool chain. When I try to build, I get MSB8020 saying that v143 isn't installed. Digging down into the MSBuild files, I can see the v143 directory is missing from the PlatformToolsets directory. But I also see the 14.44.* directory with the binaries for VS 2022. I tried modifying the install by unchecking v143 support and then adding it back again, and that didn't repair it.

I found a link in the group here for the old VS 2022 installer and am falling back to that until I can get the VS 2026 build system to find the old tool chain.


r/VisualStudio 5d ago

Visual Studio 2026 Enforce maximum line length in C#

2 Upvotes

Hello,

is there a way included in VS, or an extention, to automatically reformat and wrap long code lines with a configured limit.

When I was programming in Python in VSCode I was used to the Black formatter that does exactly that, now in C# and Visual Studio I can't fiind this functionality.

Thanks


r/VisualStudio 6d ago

Visual Studio 2015 can't find vs 2010 for downloading!

0 Upvotes

does anyone now from where can i download vs 2010 professional my clg is still using this old version for c# using .Net framework,idk whyy!! please help ifyk


r/VisualStudio 6d ago

Visual Studio Tool Copilot Bill Saver: VS Code extension to cut Copilot context waste

0 Upvotes

If you use GitHub Copilot Agent, you know it often wastes a lot of tokens and context just wandering around your workspace trying to figure out which files to look at.

The VS Code extension is designed to accelerate web development and stop context waste before it starts.

How it works: It captures local bug evidence, maps likely files deterministically, and bundles them into a clean handoff that Copilot Agent retrieves using #billSaverContext so it starts directly on the right files.

Privacy & Control: The extension never calls an AI model, never touches or edits your code, and runs locally with built-in secret redaction.

If anyone gives it a spin via the Marketplace guide, I'd genuinely love to hear how it affects your token usage or workflow feedback! 


r/VisualStudio 8d ago

Miscellaneous doYouFeelLuckyPunk

Post image
9 Upvotes

r/VisualStudio 8d ago

Miscellaneous Migrating enterprise team away from Visual Studio?

2 Upvotes

Has anyone had any experience migrating away from Visual Studio and its professional licenses in an enterprise Windows dev environment?

I work with about 30 other developers in a varied .NET stack. For our modern .NET apps and services it would be straightforward to use VS Code, the C# extension, and dotnet command line tools, but we also support older .NET framework projects. We have some WCF services, classic ASP.NET services, EntityFramework 6 class libraries including some with EDMX, a couple WinForms apps... VS Code doesn't seem like a viable replacement for those projects especially when it comes to debugging and some older tooling. Is there any realistic way to get off Visual Studio?

Has anyone gone through this kind of migration at an organization with this kind of environment? Were you able to eliminate Visual Studio entirely? I'd be really interested to hear your experiences, good and bad, expected and unexpected.


r/VisualStudio 8d ago

Visual Studio 2022 Visual studio in command prompt style

0 Upvotes

Is there anything to make visual studio look more like command prompt? Im wondering if there are any visual studio mods or anything I can do to make the style very basic, colourless, black and white, etc. Thanks


r/VisualStudio 8d ago

Visual Studio 2026 Intellisense for HLSL 2021+

Thumbnail github.com
0 Upvotes

Hi all!

I am a great enjoyer of [https://github.com/tgjones/HlslTools\](https://github.com/tgjones/HlslTools) for older versions of HLSL. So much so, that I am a (small) contributor of the project.

However, the extension is an actual hindrance as soon as you write the word `template` in HLSL code, as an example. I did not see any real interest in progressing this fantastic tool further beyond "FXC HLSL" to support more modern HLSL versions. So I decided that I would try and fix this problem.

I was aware that DXC shipped an API for language servers (`dxcisense.h`), meaning that supporting intellisense wouldn't involve writing my own HLSL parser like Tim did. I could just use DXC as the source of truth (which is probably a good thing. I don't think many people could fully replicate all of the [fun behaviours](https://www.abolishcrlf.org//horror/) in DXC and feel good about it)... But! I had no idea how language servers work, and I didn't really want to put time into learning how. I have a funny feeling this is the general attitude of most people. We want intellisense, but we would rather work on more fun things like visibility buffers, and cool volumetrics. So nothing ever gets done.

So, I threw GPT 5.6-Sol at the problem. And after a lot of working around [this deadlock](https://developercommunity.visualstudio.com/t/Visual-Studio-CMake-deadlocks-reopening-/11141220#T-ND11141221), it got something worth sharing with peeps :)

I am being totally upfront about the fact that this is AI generated because I know how people can feel about the use of AI. This is something I really want, and no one else cared enough to do it, so I thought it would be a good use of AI. :)

You should be able to just grab the latest VSIX from the releases section of the github repo, install it, and go. For more complicated workspaces there is support for configuring the extension with a `shadertoolsconfig.json`. This is very similar to the config used by HLSL tools, and there are docs linked in the readme.

I do plan on getting the bot to keep maintaining this extension and support other text editors.


r/VisualStudio 9d ago

Visual Studio 2022 VisualStudio installation.

2 Upvotes

Anyone know how to fix this?


r/VisualStudio 9d ago

Visual Studio 2026 dear visual studio, when I finished work, I want to just quick and not wait additional time to update my version

0 Upvotes

r/VisualStudio 11d ago

Visual Studio 2026 Dificuldades para criar site

0 Upvotes

Bom dia, boa tarde ou boa noite pessoal, sou novo nessa comunidade, e eu estou com problema no vscode para criar um site de forma independente.

Mais especificamente no title e no body.

Quando eu atualizo a página, ainda ficar index.html como nome do site, e o site fica todo branco, não sofre nenhuma modificação.


r/VisualStudio 13d ago

Visual Studio 2022 Cannot "connect" to AZDevops from Visual Studio

Post image
1 Upvotes

I am getting this each time I open a solution that is from our Azure Devops repository. Now, I get THREE of these dialogs and enter my password each time. Then, I see this in the General Output window TF30063: You are not authorized to access <Azure Devops repo>

Now, I AM able to Fetch, Pull, Push from the repository in the Git Changes window and I can see all the origin projects on the repo.

I closed VS cleared out my Windows credentials and continue to get this and it has been months.

Anyone have any ideas as to what is causing this and how to remedy it? I am not the only developer in my team facing this issue. We also have one TFVC (not Git) repo there and we have to run VS as our Azure Devops user to be able to access that repo.


r/VisualStudio 13d ago

Visual Studio 2026 Full line completion for C++?

2 Upvotes

I like the above for C#, it works fairly well. However, for C++ full line completion doesn't seem to do anything. I have enabled it in settings, and documentation is conflicting whether it's supported in C++ at all. Please advise.

P.S. I don't use Copilot (not even installed).


r/VisualStudio 13d ago

Miscellaneous Needed: Very simple extension for running single C# files

1 Upvotes

Should be easy for someone who knows how to make extensions.
I want to right-click a C# file and select Run. Which basically is:

dotnet run --file path

Ex: dotnet run --file "D:\GoogleDrive\My Content\My Projects\SLT\Assets\SLT.Assets\Test.cs"

Or is it possible to make it a Command?
I got it working in VS Code; I need it in VS too.


r/VisualStudio 15d ago

Visual Studio 2022 Running unreal editor through visual studio code or not

0 Upvotes

Hi! I have had trouble with visual studio code. I try to use run without debugging in order to launch my unreal engine editor but it doesn't work.

It works with a regular start debugging, but not without debugging. While searching online, some sources said it is better to use live coding in the newer unreal engine versions, (I use 5.7.4) and that running without debugging can cause workspace locking issues. Is that the case and I should just use live coding rather than try to get run without debugging working?


r/VisualStudio 17d ago

Miscellaneous Does anyone know the specifics of this Visual Studio pack ?

Thumbnail gallery
44 Upvotes

I was looking around for visual studio 6.0 on various websites as I was interested in windows 98 and 95 development for retro gamedev. And I found this on Yahoo auctions for only 56 bucks and *had* to buy it because, it felt legit insane as every disc is still sealed and the activation serial is included.

However this doesn't feel like a bundle people could simply buy at retail, it feels way too heavy in material for it. between the mostly blank box, the fact it includes both BackOffice Server developer edition and visual studio 6.0 plus pack...

I'm wondering if some people know more about it so that I can learn more about what I bought ? I was mostly interested in the VS 6.0 part but maybe there's some other interesting stuff to check out in there.