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
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
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
(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
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.
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'
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
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
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
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
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
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.
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="
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
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
Installing ts-node and typescript locally √ Add a launch.json file √ { "name": "Current TS Tests File", "type": "node", "request":
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
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
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
Is there a way to run an ipython like debug console in VC Code that would allow tab completion and other sort of things?