Top "Visual-studio-code" questions

Visual Studio Code is an open source text editor available for Linux, Mac, and Windows.

How do you format code in Visual Studio Code (VSCode)

What is the equivalent of Ctrl + K + F and Ctrl + K + D on Windows in Visual Studio for formatting, or "…

code-formatting visual-studio-code
How to comment multiple lines in Visual Studio Code?

I cannot find a way to comment and uncomment multiple lines of code in Visual Studio Code. Is it possible …

visual-studio-code
How can I customize the tab-to-space conversion factor?

How do I customize the tab-to-space conversion factor when using Visual Studio Code? For instance, right now in HTML it …

visual-studio-code vscode-settings
What are the differences between Visual Studio Code and Visual Studio?

Microsoft recently released Visual Studio Code and I am a little confused about its usage, since Visual Studio has lot …

visual-studio visual-studio-code
How do I set up Visual Studio Code to compile C++ code?

Microsoft's Visual Studio Code editor is quite nice, but it has no default support for building C++ projects. How do …

visual-studio-code vscode-tasks
Multiline editing in Visual Studio Code

Is it possible to enable multiline editing like in Sublime Text? For example, press Ctrl to place additional cursor carets …

visual-studio-code
How do I duplicate a line or selection within Visual Studio Code?

Using Microsoft's Visual Studio Code, how do I duplicate a line of code and then move it up and down? (…

editor visual-studio-code keyboard-shortcuts
How do I collapse sections of code in Visual Studio Code for Windows?

How do I fold or collapse sections of code in Visual Studio Code? Is this feature supported?

visual-studio-code
How to execute Python code from within Visual Studio Code

Visual Studio Code was recently released and I liked the look of it and the features it offered, so I …

python visual-studio-code
How to view an HTML file in the browser with Visual Studio Code

How can I view my HTML code in a browser with the new Microsoft Visual Studio Code? With Notepad++ you …

html visual-studio-code preview