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
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.
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
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
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 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
I found the configuration for cpp (https://github.com/Microsoft/vscode-cpptools/blob/master/Documentation/Debugger/gdb/Windows%20Subsystem%20for%20Linux.md) and
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.
When I use some tabs on a line without any text,VS Code always auto deletes my tabs. How to prevent this VSCode action?
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
Any ideas why Import intellisense/suggestions wouldn't work in a JS project? Here's the jsconfig.json file: { "compilerOptions": { "module": "commo
Eclipse has an option that copy-paste of multi-line text into String literals will result in quoted newlines. Preferences > Java > Editor > Typing >
Whenever I create a new maven project in vscode, the Java Project extension doesn't update as the file explorer does, so I have to manually clean the workspace
so I want to debug my .cpp program file but when I click on the Run and Debug button and proceed to select my debugging environment (C++ (GDB/LLDB)), the popup
I've been regularly using the Tabnine VSCode extension on my computer for a while now, and it's been very helpful so far. However, I'm having trouble installing
Problem My VSCode extension Python doesn't recognize the Python interpreter I have installed on the computer. I can use the terminal to run code but when I use
Hi, is there a way in Visual Studio Code to cycle to suggested keywords even when you already selected one of them (by clicking TAB multiple times)? This is p
I'm using Visual Studio Code. On my machine, I have two separate installations of the Net Core SDK / dotnet CLI tools; an outdated version (netcore 1.1) in the
I want to configure my projects in the wakatime.cfg file in the project map section. I am using Windows 11 and VSCode. I already tried some things, but it's not
I deleted a folder in Visual Studio Code to recreate it. But each time it recovers all files whereas I just want to create a new empty folder with same name.