Category "visual-studio-code"

Is there a shortcut to move focus to the sidebar in Visual Studio Code?

It would be very useful for me if there was a keyboard shortcut for moving focus to the sidebar in Visual Studio Code. I have seen the question Is there a short

How to make autocomplete work in foreach php loop? (vscode, intellisense)

I'm using vscode, and php extension pack (it contains mostly used extensions). I would like to use intellisense in this foreach loop: foreach ($list_of_objs as

Missing "Go to Definition" from VSCode menu

I am working on Typescript/Javascript project using VSCODE. I use to hover mouse on the method and can see the function definition, cmd + click go the definitio

Why my changes are not displaying to the browser?

(this a long text but it's necessary for you to understand what I'm struggling with) I've been trying to find a solution to this but I just couldn't find any in

How do I Change VSCode To Indent 4 Spaces Instead Of Default 2?

I have applied the below settings in VS Code to get 4 spaces indentation. But always when I open a new file, it switches back to 2 in the right-bottom corner.

Flutter: How to create a new project

I installed Flutter SDK, following steps, provided from this link: Install on macOS - iOS setup. But I am unable to create a new sample project in Xcode. I can'

What is the shortcut for 'change language mode' in Visual Studio Code?

When I press cmd + K M to access the "Change Language Mode" option in Visual Studio Code, it opens keymap extensions marketplace section. Is it a shortcut confl

Is there a way to launch Visual Studio Code and force it to open in a Remote Container?

I regularly open Visual Studio Code via code . and then have to click the Re-open in Container button. Am I missing any shortcut to force it to do this from th

How to clear the VS Code debug cache?

When I run my server.js from the command line everything works fine, but when I run it from the VS Code debugger, I get an older cached version of my graphql ty

VS Code - Error: EPERM: operation not permitted

I have been experiencing A LOT of permission issues when using VS code with Windows 10. When trying to move a folder: Error: EPERM: operation not permitted, r

vscode keyboard shortcut for launch configuration

In vscode, I have a launch.json with more than one configuration. Is there a way to assign a keyboard shortcut to a specific configuration?, I've not been able

Disable line wrap in Visual Studio Code integrated Terminal?

How to disable line wrap in Visual Studio Code integrated Terminal? I would like to do not see line breaking when output is too long. Look how bad it looks.

search and replace with regex to increment numbers in Visual Studio Code

I'm currently working on a big svg sprite. The diffrent images are always 2000px apart. What I have is: <g transform="translate(0,0)"> <g transform="

problem associated with web3.py installation on windows10

I tried installing web3, but I got the error in the picture below. I installed VS build tools using the link VS Code provided but I'm still getting the same err

How to pass data through VSCode URL?

I'm building a VSCode extension, which needs to receive data from a web app. In the web app, I call vscode://file to open VSCode, but I also need to pass data t

How to debug TypeScript in Visual Studio Code

Installing ts-node and typescript locally √  Add a launch.json file √ { "name": "Current TS Tests File", "type": "node", "request":

VSCode not running Python

I'm using the newest version of VSCODE and Python 3.6 (64bit) on Windows 10. I have the "Python" extension installed (the one made by Microsoft). Every time I

VS Code Denied Permission unlink 'usr/local/bin/code'

I can add the "shell command install 'code' command". Testing it works, but if i close out of the VS Code or after a couple of hours of adding the command it do

Is it possible to stop prettier from adding an extra tab for .then() {} statements after Promise.try?

So, I was wondering if it is possible to stop prettier from adding an extra tab for .then() {} statements after Promise.try or just simple return PromiseFn() .t

VS Code run ipython in debug console

Is there a way to run an ipython like debug console in VC Code that would allow tab completion and other sort of things?