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.
There is such an extension in VS: TeX Comments and the example: I wonder is it possible to do this in VS Code or is there already an extension I have not found
gopls requires a module at the root of your workspace. You can work with multiple modules by opening each one as a workspace folder. Improvements to this workfl
How can I open a basic PHP block in Visual Studio Code, like so - <?php ?>? In Sublime Text I simply type php and press Tab, and the block is created. But
I have installed a Windows Service for my project, this error pop out when I start the service. error 1503 the service didn't respond to the start or contro
As a Windows systems admin, I use PowerShell quite a lot. With the release of PS Core, and the implication that the ISE is dead, I've started to try to use VS C
I am getting some really annoying errors when debugging my ASP .NET Core application in VSCode. It seems to be related to my css bundler/minifier, but I have n
I am able to pull/push to GitHub via GitKraken on my Windows 10 machine but when using VS Code on the same machine I get permission errors. Any thoughts? git
I'm studying one project in C++. It's quite big, build is created with cmake. After installing all dependencies and libs it's the build is done fine. But when I
I have a [email protected] project with a chain of multiple packages. |-tsconfig.lib.json |-packages |--format |----tsconfig.lib.json |--helper |----tsconfig.
In a VSCode extension, how can I check if a file path exists without opening or reading the file? The closest thing I've found are vscode.workspace.fs.Readfile