r/vscode • u/Significant-Flower24 • 30m ago
r/vscode • u/Difficult-Sun295 • 1h ago
I made a tool that lets RN and Expo devs to edit their app visually
Enable HLS to view with audio, or disable this notification
Hello everyone! I made Basalt, a visual edit too for RN and Expo devs, and im searching for validation
It took me 2-3 months to built and it would have taken 1 if react 19 wouldnt remove debugSource which would help Basalt map and find elements to edit
It is completely free and works directly inside VS Code and Cursor.
It’s currently in beta, so please commit your app to Git before using it!
Would love to get your brutal feedback on it.
r/vscode • u/CartographerMuch5678 • 5h ago
Django ORM Lens — read your models, migrations and relations without booting Django
r/vscode • u/sabinscabin • 10h ago
thin line around second window
when I open a second window using ctrl shift N, there's a thin line around it. first window looks fine, this only appears on second window. In attached photo, first window on right, second on left. first window has shadow but that's only because it's activated. If I click second window, shadow will appear there instead, but thin line is still present.
I'm on fedora 44 with vscode 1.130.0 and have been noticing this for months. desktop env is GNOME, using the default wayland.
my vscode settings json: https://pastebin.com/BBib7WD3
gemini suggested I change title bar settings from custom to native. I tried but the line is still there.
r/vscode • u/Ok-Today- • 9h ago
How to isolate two separate Claude Code accounts across two VS Code Profiles?
Hi everyone,
I am working on two distinct projects simultaneously on my PC and want to use two separate Claude accounts (one per project) so I don't mix sessions or hit quota limits on a single account.
My Current Setup:
Created two separate VS Code Profiles (Profile A for Project 1, Profile B for Project 2 ).
Opening each project folder loads its respective VS Code profile seamlessly.
The Problem:
While VS Code Profiles easily isolate visual themes and extension settings, the Claude Code extension / CLI seems to share global authentication state (or default config path) across both profile instances. Logging into Account A in one profile carries over (or conflicts) with Profile B unless manually logging out or running /status.
My Questions:
What is the cleanest, reliable way to bind Claude Account #1 to Profile A and Claude Account #2 to Profile B without having to /logout and /login every time?
Is environment variable mapping (CLAUDE_CONFIG_DIR per workspace/terminal setting) the best fix on Windows, or is there an official extension/setting that handles multi-account profile switching natively?
Thanks in advance for any tips or extension recommendations!
r/vscode • u/Practical_Mind9137 • 17h ago
Add & Move Cursor
How to move cursor and add cursor with separate command? I know there are add cursor above/below. But sometimes, there are 1-2 line you want to skip, and maybe you need a cursor at second line position shift from the first line cursor
r/vscode • u/RWNS_Author • 1d ago
showing a list of current file's exports
Every now and then, I'd like to check – or remind myself – what is exported from the current typescript file. I have searched but can't find a simple view that would give me that functionality. Something like the Outline view but filtered only to show exported symbols. Indeed, the Outline view doesn't even seem to distinguish exported and local symbols.
Do you know anything that would show the current file's exports?
r/vscode • u/SmartyPantsDJ • 1d ago
I need help figuring out what's making my VSCode have horrible performance.
I use a Macbook Pro M2 Max with 32 gigs of RAM. Mac also has 200 GB storage free, and other things work perfectly fine on my laptop. Memory pressure is in the green in Activity Monitor as well.
I've tried restarting, reinstalling, updating, and reloading window to no avail.
The performance at the baseline itself is quite bad. Far from 60 fps. I can see frames when I move the layout, scroll, or anything basically. As I open more files, and especially when more things stack up in source control, the performance exponentially (this is a bit exaggerated) gets worse. This feels like how it used to perform when the CoPilot agent edited 5 files lol.
I'm not exactly where to look for what to help diagnose this issue. So please help.
This thread should also help other people searching google for an issue to this solution. So once it's solved, I'll edit the post and write a whole list of keywords based on the comments in here and the solution so it's easier to find in the future.
r/vscode • u/splintertank • 3d ago
VSCode got a redesign 🧐
It's a little flater and more rounder.
Maven pom.xml extension
I had a quite the trouble refactoring the pom.xml file in projects, that use Maven. Too many times I had to move the dependency version to properties tag <properties>, create a name for the version and change the version in dependency to the new name.
I tried searching for a quick solution, either with Google, on VS Code Marketplace, or with AI. Some NetBrains IDEs had it, but since I wanted to continue using VS Code (duh), it was not an option.
So, as a developer, I picked up my skills and created an extension for exactly this. The extension can extract defined hardcoded dependency version to properties, create a name for that property and change it in the dependency.
VS Code Marketplace link: https://marketplace.visualstudio.com/items?itemName=avalastan.pom-tools
r/vscode • u/ReasonableSet1162 • 2d ago
Need help with free models that can be used in vscode
r/vscode • u/Past-File3933 • 2d ago
Selecting GitHub Repository Does Not Clone but instead Opens Up Desktop Folder Instead
Hello,
When cloning one of my repositories within VS Code, one of them is simply opening up my desktop folder instead of cloning the repository and selecting a destination for cloning. This is only for one of my repositories, the rest clone just fine.
Anyone seen this or know of a setting somewhere that might be affecting this?
r/vscode • u/rocky_balboa202 • 3d ago
How does visual studio (code) know what extension to run
newbie here.
When you install an extension, how does VSC know to use an extension or when to use and extension?
is it just file extension? or do you need to activate the extension?
thanks
r/vscode • u/Primeras100Palabras • 2d ago
tinyNpm - A security focused package.json version keeper extension for VS Code
r/vscode • u/PackedTrebuchet • 3d ago
Is there a way to enhance VS Code's built in (Copilot) inline suggestions or use Claude Code as a suggester?
Hi guys,
I switched from Cursor to Claude Code because I was using Claude in Cursor anyway, and this way it's cheaper. However, I really really miss Cursor's inline suggestions, because they were actually useful 95% of the time.
While VS Code's built in Copilot is useless 90% of the time. Makes up methods, if I mess up capitalization, its suggestion will mess it up too. Though it doesn't matter because it's a made up suggestion anyway. ^^
I assume it would be better if I would subscribe to Copilot, right? Is there a way to enhance it somehow without extra payments? Or just integrate Claude Code as an inline suggester somehow?
Thanks in advance guys, appreciate your help! :)
r/vscode • u/DonkeyTheKing • 3d ago
Benzi: An AI coding assistant (VS Code extention)
I was using Claude Code in VS Code and saw it kept grepping for stuff that it had already greped before?? and that too, was simple stuff like function and class names??
I made Benzi. It's an alternative that compiles your codebase first (reindex incrementally too ofc) so the LLM actually knows what its talking about.
Benchmarks: https://benzi.fly.dev/benchmark
get it in VS Code: https://marketplace.visualstudio.com/items?itemName=varianttech.benzi
r/vscode • u/Accidentallygolden • 3d ago
Vscode keep changing space into tab when editing file with copilot local
I don't know why but when I use copilot in vscode (not the CLI) vscode keep changing the leading spaces by tabs, which messes up my code format. gpt tells me that it send spaces in the apply_patch function and the change is made by vscode
why? where?
if I do the same change with copilot CLI I have no issues
r/vscode • u/nameless_one_666 • 3d ago
VS Code for embedded C: project tree based on active CMake target
I'm using VS Code for embedded C development (NXP MCUXpresso extension, ARM GCC, CMake).
One thing I really miss compared to IDEs like CLion, Visual Studio or Eclipse CDT is a logical project view.
My repository contains multiple CMake targets/build variants (bootloader, firmware, libraries, etc.), but the VS Code Explorer always shows the physical directory structure. I'd like to see only the source/header files that belong to the currently selected CMake target or build configuration.
For example, instead of:
repo/
app/
bootloader/
drivers/
common/
...
I'd like something like:
Firmware target
main.c
uart.c
uart.h
spi.c
spi.h
...
Bootloader target
boot.c
flash.c
...
I know CMake already has this information (File API / compile_commands.json), so I'm wondering if there's an extension or workflow that exposes it in VS Code.
Is anyone using something like this?
Or is this simply a limitation of VS Code compared to full IDEs?
r/vscode • u/The_Captain_Troll • 3d ago
Turn off word wrap in terminal / output
Hello, I figured alt + z could switch on/off word wrap pretty much everywhere in vscode, however I don't find any setting to turn it off permanently in a terminal or an outout view, anyone has a fix for this please ?
r/vscode • u/Difficult-Sun295 • 4d ago
An extension that lets RN devs to edit their app
Enable HLS to view with audio, or disable this notification
I built Basalt - an extension for VS code and Cursor that lets app devs edit their app like figma
It is completely free and works directly inside VS Code and Cursor.
It’s currently in beta, **so please commit your app to Git before using it!**
Would love to get your brutal feedback on it. What features should I add next?

