r/vscode 16h ago

IDE security scanning that runs before I commit, does that even exist

2 Upvotes

Every security scan on my team shows up after the fact. I push, the pipeline runs and an hour later I get a wall of findings on code I have already mentally moved on from. By then fixing it means context switching all the way back into something I was done with.

What I want is IDE security scanning that runs while I am writing, in the editor, before the commit even exists. I have tried a couple of extensions and they were either so noisy I turned them off in a day or so shallow they caught nothing. With an assistant writing half my code now, catching this at the point it is written seems like the only place that scales.

Feels like this should be solved by now and somehow it is not.


r/vscode 4h ago

Golang: resolve missing imports

1 Upvotes

How do I do this in a convenient way? The standard Go extension is installed. On Jetbrains IDEs it would be something like cmd-space, select import you want from a fuzzy search, and it adds a corresponding import clause at the top of the file and package name/alias at the import site. It's been working like that for 10 years. In vscode, all you get is opt-Enter ("quickfix") and let an agent try to figure it out, which takes ages and will probably not do what you want.

If you generate all the code with Claude Code / Codex or a similar harness, it'll obviously take care of the imports, but sometimes I still write code manually or use some more pedestrian AI autocomplete like Supermaven, as in the above screencap, and it'll not add imports on its own, annoyingly. Anyway, you need some kind of reasonable deterministic fallback.

So what am I missing here?


r/vscode 12h ago

VS Code fork without Github Copilot bloat

1 Upvotes

Is there a debloated fork of VS Code which I can use with Claude Code or Open Code?


r/vscode 6h ago

Vs Code companion

Thumbnail
0 Upvotes

r/vscode 19h ago

CachyOS not recognized by .NET Install Tool Extension

0 Upvotes

Hello! I'm trying to install .NET 8 to use on VSC in order to just do some modding for Vintage Story, which uses .NET 8 for text encoding. Using >.NET Install Tool - Install the .NET SDK System-Wide, this error occurs. What can I do about it? (etc/os-release exists but it does not contain CachyOS)

dskdakCancelled Installation of .NET notAnAcquisitionRequest-global~x64.
We are unable to detect the distro or version of your machine ... does /etc/os-release or /usr/lib/os-release exist?
Cancelled Installation of .NET undefined.
An active-support version of dotnet couldn't be found. Discovered versions: []Cancelled Installation of .NET notAnAcquisitionRequest-global~x64.
We are unable to detect the distro or version of your machine ... does /etc/os-release or /usr/lib/os-release exist?
Cancelled Installation of .NET undefined.
An active-support version of dotnet couldn't be found. Discovered versions: [] 

r/vscode 23h ago

Hello guys! Would you be interested in a VS Code extension that's a block-based visual IDE(editor) of Manim? (2d only at first, 3d maybe later) (TLDR at the bottom)

Thumbnail
0 Upvotes

r/vscode 2h ago

I had a script made to export all your Claude Code chats to Markdown (so you can read them on your other machine)"

Thumbnail
0 Upvotes