Top "Vscode-settings" questions

Visual Studio Code User or Workspace Settings provide a way of override default settings in order to customise the development experience.

How to disable VS Code minimap in Windowed mode?

I did the following in Visual Studio Code: settings.json => "editor.minimap.enabled": true Open 2ed files side by …

visual-studio-code vscode-settings
Change Visual Studio Code's title bar color

Is there a way to change the Title Bar color for Visual Studio Code (v1.26.0)?

visual-studio-code vscode-settings
VS Code php tag autocomplete

kind of trivial question but here it goes. I can't figure out why VS Code autocompletes (with tab) all html …

php autocomplete visual-studio-code vscode-settings
Can't debug current typescript file in VS Code because corresponding JavaScript cannot be found

I am using Visual Studio Code version 1.17, and my objective is to debug the current typescript file. I have a …

javascript typescript visual-studio-code vscode-settings
In Visual Studio Code Ctrl+V is not working

In Visual Studio Code Ctrl+V is not working on editor. However from the command palette Ctrl+Shift+V is …

visual-studio-code copy-paste vscode-settings ctrl
"Find All References" across files for a method/function in VSCode is not possible

Visual Studio Code version 1.27.2 Find all References only list references in the current file. I need to find all references …

visual-studio-code vscode-settings
VS Code highlight modified lines

I am unable to find a setting to enable modified/changed/new lines highlight in editor. Like on this screenshot …

visual-studio-code vscode-settings
How to configure VS Code to build and debug STM32 projects using cubeMX - Windows 10

I am new to the realm of STM32 programming and have been trying to find a suitable IDE for quite …

visual-studio-code stm32 vscode-settings microcontroller cubemx
Something is wrong with Emmet in Visual Studio Code

After the last update, Emmet is working in some different (incorrect) way. If I'm typing usual code in Emmet syntax …

visual-studio-code emmet vscode-settings
Stop Visual Studio Code From Automatically Adding Semicolons In .vue Files

I use Visual Studio Code with Vetur extension, when I right click on my .vue file and chose "Format Document" …

visual-studio-code vscode-settings