Category "visual-studio-code"

Format a Jupyter notebook on save in VSCode

I normally use black to automatically format all of my Python code whenever I save in VSCode. I'd like the same functionality, but within a Jupyter notebook in

How to move the cursor into empty space? Virtual space?

I use Microsoft visual studio code. I am moving the cursor by pressing the arrow keys, but when I try to move it down at the end of a line, it moves to the begi

How to build VS Code TreeView with custom JSON?

I'd like to build a TreeView based on a JSON file / REST Call and have an icon for each type of my objects. I have only three types of objects: Server, Host and

How to correctly set PYTHONPATH for Visual Studio Code

How do I correctly set up the $PYTHONPATH variable for my workspace in VisualStudio Code? Background Information I have installed two versions of GNURadio: G

Why is my Visual Studio Code Live Server jumping to specific parts of the page on save?

OK, so this drives me nuts: When I'm using Live Server, it starts jumping up, or to specific parts of the page, when I (or the 'auto save') save my CSS or SCSS

How to check if the environment variable "PROJ_LIB" is defined and how to unset it ? (PyQGIS Standalone Script Executer)

I just tried the standalone PyQGIS application by running the custom script "Proximity.py"* in a VS Code project without the need of a GUI (such as QGIS). But,

VScode compile C++ on windows the exe not found

I want to ask how to debug a simple hello world output from a C++ file, on the launch file I have to put the executable but I have only created a C++ file, how

How do I add a keyboard shortcut to open VS Code on the folder from File Explorer?

I want to be able to press . in any folder that I'm in File Explorer and open Visual Studio Code on that folder. It is the same effect as right-clicking and cli

Remove surrounded quotes in vscode or toggle between quote and no quote

Is there any shortcut or extension for vscode which can help to remove surrounded quotes (single ' or double " ) around a selected text? See example below 'he

undefined reference to `WinMain@16' while compiling

So I just installed VS code and was trying to run a code when this came up. Searched through the web for a relevant answer but none worked. Here is a more det

How do I use ZModem in Visual Studio Code?

Is it possible to configure vs code to support the ZMODEM protocol? I could use xshell to download files with sz command, but when I try to use sz in vs code, h

Why are the changes I make to my Rust program from VS Code not reflected when I compile?

I'm having a problem with Rust that I strongly suspect has do with a disconnect between Cargo and VS Code. I build my Cargo project with cargo new project I ed

VSCode three dots at the top of the editor

As soon as I start typing anything, three dots show up at the top of the editor screen, which "shifts" my code below one string. How can I turn off this feature

sass format is broken when I type border-radius in vscode

I want to add border-radius to a element in my scss file. before: .card { &__side { height:50rem; &--front { backgroun

Is there a way to sort Source Control Providers in VS Code?

I work with multiple Git repositories at once (30+ sometimes) in VS Code. Currently it's very difficult to visually find a specific repo in the Source Control

GitLens extension disappeared

I'm work on Linux Mint: Screenshot of mint version I have latest version of Visual Studio code: Screenshot of vs code version After new reload of OS extension G

How to disable dot emmet intellisense for JS files in VS Code

I want to use emmet in a Javascript file that contains JSX code but I don't want IntelliSense to suggest an emmet whenever I use the dot (.) operator. For examp

How to get expandable objects view as output in VS Code node terminal?

I would like to have collapsible/ expandable objects in the terminal output in VS Code like on the browser console. Here is an example: In the debug terminal i

VS Code Scatters Next JS Files [duplicate]

I am learning NextJS right now but I can't seem to proceed, as anytime I make a change and hit CTRL + S The codes become scattered. See screen

Switch cursor from editor to file explorer and vice versa in VS code

Is there a shortcut to switch from editor to file explorer (and vice versa) on vscode ? I have yet to find one. Thanks you for your help.