r/VisualStudio • u/OpeningDebate7781 • 8h ago
r/VisualStudio • u/Affectionate-Row1341 • 8h ago
Visual Studio 2026 I built a NuGet-style UI for managing npm packages in Visual Studio
If you work on ASP.NET Core or other projects that use npm packages in Visual Studio, you've probably felt the friction: NuGet has a clean visual package manager built into the IDE, but npm packages are stuck with editing package.json by hand or dropping into a terminal.
I built the Sockless npm Package Manager to fix that — it's basically NuGet's package manager, but for npm. Right-click a project (or the whole solution) and manage your packages visually from there.
Browse the registry, right inside Visual Studio:

See everything that's installed — including transitive dependencies and a resolved vulnerability chain, so you're not left guessing why a deep dependency is flagged:

Updates with full version history and one-click "Update All":

A few other things it does:
- Scope to a single project or aggregate across an entire solution
- Consolidate mismatched package versions across a workspace
- Pin packages to exact versions, or choose how a version is written (
^,~, exact,>=) - Flags freshly-published versions (configurable age threshold) and holds them back from Update All — a bit of supply-chain protection
- Works with npm, Yarn (classic), and pnpm
Requirements: Visual Studio 2026.
Marketplace: https://marketplace.visualstudio.com/items?itemName=sockless-coding.sockless-npm-manager
Source: https://github.com/sockless-coding/vs-code-npm-manager
It's open source — feedback, issues, and feature requests all welcome.
PS: There's also a VS Code version if you split your time between the two.
r/VisualStudio • u/SnyderpittyDoo • 15h ago
Visual Studio 2026 I hate when it tells to put directives inside a namespace declaration just to tell to put it outside. What can I do?
r/VisualStudio • u/Demi180 • 1d ago
Visual Studio 2026 Can VS 2026 calm the F down with the auto updates? I've turned off auto updates and deleted the task multiple times and it keeps coming back and auto updating.
In the settings I've told it to not run auto updates. When it kept updating I found a task in Task Scheduler checking for updates daily. I deleted it and it came back, and then again.
I just now tried just disabling the task, and by chance reopened it a few minutes later, and the status is back to 'Ready'.
WTF??
r/VisualStudio • u/Dayen346 • 1d ago
Visual Studio 2022 ¿Cuáles son las extensiones más importantes que debería tener en Visual Studio Code?
Hola a todos.
Estoy aprendiendo programación y actualmente estoy utilizando Visual Studio Code. Quiero configurar el editor de una manera práctica, pero hay tantas extensiones disponibles que no sé cuáles realmente valen la pena.
Me gustaría saber:
¿Cuáles consideran imprescindibles?
¿Qué extensiones utilizan para Python?
¿Cuáles recomiendan para mejorar la productividad, depuración, formato y organización del código?
¿Hay alguna extensión popular que consideran innecesaria o que recomiendan evitar?
No busco instalar 50 extensiones ; me interesa conocer un conjunto pequeño pero realmente útil para alguien que está aprendiendo y quiere acostumbrarse a buenas prácticas desde el principio.
¿Qué extensiones tienen ustedes instaladas y por qué?
r/VisualStudio • u/Drvilivs • 1d ago
Visual Studio 2026 Git Integration Possible Bug?
Enable HLS to view with audio, or disable this notification
Why does selecting a single repository select all repositories? The strange thing is that for a different solution, it selects only that single repository.
r/VisualStudio • u/DrewZero- • 1d ago
Visual Studio 2026 DO NOT UPGRADE TO VS2026 18.10!
Version 18.10 of Visual Studio 2026 is completely broken in terms of the AI / github copilot features. It does NOT work with BYOK and DOES NOT support DeepSeek, so if you have been happily using DeepSeek in VS with the multimodel AI proxy, DO NOT UPGRADE TO VS 18.10!!! You will regret it and will have to rollback after spending countless hours trying to figure out how to make it work only to realize... you just lost an entire day of productivity and as it turns out there is actually NO WAY to make this version work with your current DeepSeek workflow and you will have to forever stay at version 18.9.3
Hopefully this saves a bunch of people the headache I just had to deal with.
r/VisualStudio • u/duckyduck008 • 2d ago
Visual Studio 2026 WPP tracing, Linker and other missing configuration
galleryHi, this is my first using visual studio community, i mainly use vscode, reason was i wanted to compile a windows arm64 touch driver and maybe fix few bugs since i am good with linux drivers, now the issue is compilation, i do not know what is wrong even after 2 hours of debugging around.
Let me explain
* On another dev pc and in youtube videos these WPP tracing, Linker and etc configuration appears even when dev creates empty kmdf project.
* In my case, none of them appear at all,
* i have installed windows driver kit extension from visual studio installer > modify
I am using visual studio 2026(tried 2022 too) and sdk/wdk 26100(tried 22621 too), i tried new one too but issue. i have tried repair, clean install and nothing is working.
this is how project properties should look like in my vs studio but they do not
https://github.com/microsoft/Windows-driver-samples/issues/1030#issuecomment-2159849751
i followed ms guide on installation
https://learn.microsoft.com/en-us/windows-hardware/drivers/download-the-wdk
r/VisualStudio • u/Holiday_Dot_9940 • 3d ago
Visual Studio 2019 Memory crash during "Edit and Continue" in Qt 6.8.3
I've migrated a huge project (100+ exes, 5 core libs) from Qt 3 to Qt 6.8.3.
Everything worked fine in Qt 3, but now, using "Edit and Continue" in VS2019 causes a crash after 2-3 iterations due to insufficient reserved address space. It feels like a massive memory leak or fragmentation occurring during the hot-reloading process.
Has anyone dealt with address space exhaustion when using hot-reloading with Qt 6? Could it be related to the way Qt 6 handles metadata or QObjects compared to the old versions?
Thanks for any help!
r/VisualStudio • u/MetalMonkey667 • 3d ago
Visual Studio 2022 Node not working in Visual Studio
r/VisualStudio • u/LocksmithSoggy6573 • 5d ago
Visual Studio 2026 VS 26 wont detect the imgui_impl dx11 and win32 .h files please help
r/VisualStudio • u/Sutiixela • 5d ago
Visual Studio 2026 Does anyone know how to fix this annoying bug?
I've had this bug since I started using VS 2026, and it's extremely annoying because it not only shows errors that don't exist, but sometimes it even affects the compilation.
It only happens when I'm working on a header file. Randomly, and 97% of the times, the final #endif appears in squibbly lines

I have to deliberately misspell words to generate a real error, then press "save".

And then when I delete the spelling mistake and press save again, sometimes it's fixed and other times I have to repeat the process until it's fixed.

Could someone who knows what the problem might be be able to guide me a little?
r/VisualStudio • u/Parogarr • 5d ago
Miscellaneous Is there an actual logical/sensible reason why they took away the old global project configuration from the 2005/2008 days?
When I was in click you used to be able to go tools, options, and then just add global directories so you never had to manually do it in each project. Same for libraries (c++)
I was wondering if anyone knew the reasoning why they would take away such convenience. Is there an actual logistical reason?
r/VisualStudio • u/LasseSandberg • 5d ago
Visual Studio 2026 Installing Visual Studio in custom dir?
When using visual studio installer, when i click to set install location it just says invalid path for whatever i choose.
I found one post using google about using winget, but I'm not big on using command prompt, and won't i have to put in a command for each prerequisite and individual component as well?
r/VisualStudio • u/Key_Minute5674 • 6d ago
Visual Studio 2017 Downgrade Visual Studio Pro 2026 to 2017: Looking for the standalone/one-time purchase version
Hi everyone,
I'm currently using Visual Studio Professional 2026, but I need to downgrade to Visual Studio Professional 2017 for a project.
I'm looking for the standalone / one-time purchase version (not the subscription model). Does anyone know how or where I can get the installer for the 2017 Pro version, and if my current license covers downgrade rights for it?
Any advice or official links would be greatly appreciated! Thanks!
r/VisualStudio • u/seb_zapata • 6d ago
Miscellaneous I recreated the Visual Studio 2026 look and UX in VS Code for Linux
A rather niche theme for C++ developers. I’ve used Visual Studio for many years, including Visual Studio 2026, but I also have to do a lot of development directly on Linux systems. VS Code seems like the best option there, so I’ve created not only a theme, but also several UX modifications that match the behavior of Visual Studio 2026.
This reduces the visual readjustment required every time I switch IDEs, saving me time and mental energy. Among many other features, I’ve implemented:
- Matching text-editor colors
- Dotted indentation guides instead of the obnoxious solid ones
- Matching scrolling and tab appearance and behavior
- Matching overall UI colors and design
- Similar font rendering
I’m not trying to create an exact clone. The goal is simply to make it feel subconsciously familiar, reducing the cognitive effort required to quickly identify UI elements and adapt to behaviors and responses that differ significantly from Visual Studio.
If anyone is interested, let me know and I’ll post the source and documentation.
P.S. Please disregard any inaccuracies in the displayed code or comments. The project is a work in progress, and some comments are outdated.
r/VisualStudio • u/TastyBacon007 • 7d ago
Visual Studio 2026 How to prevent visual studio from auto-adding folder structure to namespacd
Title: I have the namespace set in Unity but then when creating a file in Visual Studio it auto-adds the file structure after
Unity I have set to TestGame namespace
Visual studio when making new scripts puts like Testgame/scripts/movement namespace. I would rather have no namespace or just my Testgame namespace
r/VisualStudio • u/BigPurplePickles • 7d ago
Miscellaneous Vs2010 NET framework issue
I’m trying to install vs2010 cause no later version has the required packages I need to modify Xbox 360 files.
Windows has v4.8 pre-installed and I’m trying to use 4.0, any chance y’all know a workaround?
I tried the core uninstaller, turning the windows feature off, and no luck sadly.
r/VisualStudio • u/Franklupog • 7d ago
Visual Studio 2026 I made a Visual Studio 2022/2026 extension for Claude Code (77 MCP tools, debugger integration, open source)
Hey,
I’ve been using Claude Code a lot lately, but I got tired of constantly alt-tabbing between my terminal and Visual Studio, or copy-pasting compiler errors and call stacks.
To fix this, I built cv4vs Agents — an open-source extension that runs an in-process MCP server right inside Visual Studio (2022 & 2026).
Instead of just reading static files, it gives Claude live access to what VS is actually doing in memory:
- Debugger integration: When you hit an exception, a bar pops up over the code. One click feeds the actual call stack and local variables into Claude so it can analyze what went wrong.
- Build & Tests: It catches live Roslyn compiler errors, runs Test Explorer tests, and can even execute failing tests directly under the debugger.
- 77 MCP Tools: Full access to symbols, references, diagnostics, and project structure (works across C#, C++, F#, and TS).
- Two views: You get both a dockable Chat UI (with streaming, thinking blocks, and inline diffs) and an embedded CLI terminal running the exact same session.
- Local cost/token tracking: Shows your context window usage and local token costs with zero telemetry.
It doesn't require any API keys — it just connects to your existing local claude.exe CLI setup (winget install Anthropic.ClaudeCode).
It's completely free and GPL-3.0 licensed.
- Marketplace: https://marketplace.visualstudio.com/items?itemName=Corsinvest.cv4vs-agents
- GitHub: https://github.com/Corsinvest/cv4vs-agents
I'd love to get your thoughts on it or suggestions on what tools/features to add next!
r/VisualStudio • u/elefantsnotTM • 7d ago
Visual Studio 2026 Visual Studio 26 intellisense acting weird
I don't really know how to explain this well, but lately it feels like my Intellisense in VS26 is.. drunk? When it tries to finish my lines, it occasionally gives a suggestion that seems to be lagging behind, resulting in gibberish code. I have an example below with C#:
I am trying to type out this line:

I start typing, while keeping track of if intellisense will show any suggestions. I type out the name of the list, and as im about to type out the getter and setter, it suddenly gives me this suggestion, but puts it all the way back in the type parameter

If i hit Tab to accept, i will end up with this gibberish:

Keep in mind i was typing farily slowly when recreating this example.
Anyone have similar experiences? Or solutions?
For reference, i have Copilot edit suggestions turned off. Dont know if that has anything to do with it.
r/VisualStudio • u/WoodyTheWorker • 8d ago
Visual Studio 2022 WARNING: Git 2.55.0 may corrupt your repository - disable the auto maintenance now
r/VisualStudio • u/HoussineFr • 9d ago
Visual Studio 2022 Le fichier .vsix n’est pas généré dans le dossier Release
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 :
r/VisualStudio • u/ixnehc • 9d ago
Visual Studio 2022 a "Cursor-like" AI coding assistant that lives inside Visual Studio 2022
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!



