Top "Visual-studio-code" questions

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

VSCode Change Default Terminal

I am using Visual Studio Code on my Windows 10 PC. I want to change my default terminal from Windows PowerShell …

bash powershell cmd terminal visual-studio-code
VSCode regex find & replace submatch math?

%s@{fileID: \(213[0-9]*\)@\='{fileID: '.(submatch(1)-1900)@ I am using this regex search and replace command in vim to …

regex visual-studio-code
How to call VS Code Editor from terminal / command line

The question says it all. How can I open VS Code editor from windows cmd linux and mac terminal e.…

command-line terminal visual-studio-code text-editor
Switch focus between editor and integrated terminal in Visual Studio Code

Does anyone know the keyboard shortcut (Mac and Linux) to switch the focus between editor and integrated terminal in Visual …

visual-studio-code
Set language for syntax highlighting in Visual Studio Code

Before the confusion begins, this question is about Code, the new lightweight Visual Studio Editor. You can get it from …

editor syntax-highlighting visual-studio-code
Visual Studio Code open tab in new window

I am trying to open a tab in a new window in Visual Studio Code so I can move it …

visual-studio-code
Visual Studio Code Search and Replace with Regular Expressions

I want to use "Search And Replace" in Visual Studio Code to change every instance of <h1>content&…

regex visual-studio-code
How can I view the Git history in Visual Studio Code?

I can execute various Git commands from Visual Studio Code, however I couldn't find a way to visualize the history.

git visual-studio-code ide git-history-graph
Find a file by name in Visual Studio Code

How can I find file by name in Visual Studio Code? A Visual Studio shortcut I'm used to is CTRL+,, …

visual-studio-code
Duplicate line in Visual Studio Code

I am trying to find the shortcut for duplicating a line in Visual Studio Code (I am using 1.3.1) I tried …

visual-studio-code