Category "visual-studio-code"

NPM scripts not shown in Explorer sidebar. How to shwo them again?

I have this problem with Visual Studio Code for Windows 10: I can't see anymore the NPM scripts in explorer sidebar. I deleted all the extensions, uninstalled V

How can I list open editors in the list bar

Somehow, after updating Code, I no longer see the list of open editors in the top bar. . If you look at the bitmap above, you can see in the list of open edit

How to run go file on vscode?

I can't run the go program on vscode on my Win11 computer (no run button, pressing Ctrl+F5 or F5 doesn't work,like this: vscode ) and I can't debug it. It's not

Visual Studio Code does not detect Virtual Environments

Visual Studio Code does not detect virtual environments. I run vscode in the folder where the venv folder is located, when I try to select the kernel in vscode

can we customize link detection in VSCODE's integrated terminal

VSCODE can auto-detect links in the integrated terminal as below. Can it be customized? Ex: All email IDs to be opened in the default mail app.

Python Autocompletion in VS Code

How can I add a colon automatically at the end of "def", "for" and "if" statements in Python for Visual Studio Code just like in Spyder?

How to open a file in vscode under wsl using the vscode:// url?

I would like to open a file in vscode under WSL (Windows Subsystem Linux) using the vscode:// url. You can do it with a normal file in the usual filesystem vsc

Flutter: How can I highlights parameter-hint in visual studio code

I am using flutter in Visual Studio Code. I want to highlight parameter hints. If you see the picture, you can see that it's not colored. It's quite hard to

VS Code Snippets buggy since most recent update?

Is it just me or have VS Code snippets become horribly buggy since the most recent update? When you select one of your snippet propositions with a hit on tab, o

How to prevent VSCode's Select All (Ctrl+A) from moving the cursor to the bottom of the current file?

When I select all text in the editor (Ctrl+A), the code does not scroll down to the bottom, however the cursor does. When I press Escape and I want to continue

VS Code - toggle search icon in Activity Bar, move from panel or back

I accidentally removed search icon in Activity Bar and don't know how to add it there again. If I click on Activity Bar, I don't see this option any more.

Editing Prettier options in Vscode

I need to enable .tpl files to be formatted like HTML by Prettier. I've found on GitHub this block of code who should do it : overrides: [ { files: '*.h

Ballerina Swan Lake an IDEs. How to get sequence diagrams

It's me again! After getting help with this question here, I managed writing a little microservice in Ballerina. For that I switched to Swan Lake as recommended

Create formatter in Visual Studio Code

When I try to auto indent my .ahk files, I get "There is no formatter for 'ahk'-files installed." How can I create a rudimentary formatter?

I'm trying to run my flutter app on an emulator from VS code and I get an error saying it cannot find the path to my main.dart file

I want to run my flutter program on an emulator from VS Code. The idea is that when I run a debug session in VS Code, the app should appear on the emulator. I h

how to configure Vscode to debug Python using WSL?

I found the configuration for cpp (https://github.com/Microsoft/vscode-cpptools/blob/master/Documentation/Debugger/gdb/Windows%20Subsystem%20for%20Linux.md) and

Angular debug in VS Code - Breakpoints unbound

I'm trying to debug my Ionic/Angular project in VS Code, but once I start the debuging mode, all my breakpoints turn grey and become unbound. This is my launch.

How to prevent VS Code from auto-deleting tabs on an empty line?

When I use some tabs on a line without any text,VS Code always auto deletes my tabs. How to prevent this VSCode action?

Visual Studio Code - how to Go To Definition / open file in JavaScript import statements?

I have a html file with JavaScript module in it, like so: <script type="module"> import * as LOADER from './path/loader.js' import { add } from

VSCode - Import suggestions for JavaScript don't work

Any ideas why Import intellisense/suggestions wouldn't work in a JS project? Here's the jsconfig.json file: { "compilerOptions": { "module": "commo