Top "Visual-studio-code" questions

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

Visual Studio Code always asking for git credentials

I started using Visual Studio Code, and I was trying to save my test project into GitHub, but Visual Studio …

git visual-studio github visual-studio-code
How do I find and replace all occurrences (in all files) in Visual Studio Code?

I can't figure out how to find and replace all occurrences of a word in different files using Visual Studio …

replace visual-studio-code
Experimental decorators warning in TypeScript compilation

I receive the warning... Experimental support for decorators is a feature that is subject to change in a future release. …

typescript decorator visual-studio-code
Remove trailing spaces automatically or with a shortcut

Is there a way to remove trailing spaces in Visual Studio Code (automatically or with a shortcut)? I've been looking …

visual-studio-code vscode-settings
How do I hide certain files from the sidebar in Visual Studio Code?

Using Microsoft's Visual Studio Code, how do I hide certain files and file patterns from appearing in the sidebar? I …

visual-studio-code vscode-settings
Install a Nuget package in Visual Studio Code

How can I install a Nuget Package in Visual Studio Code? I know in Visual Studio, we can do this …

visual-studio-code nuget-package
Select all occurrences of selected word in VSCode

Are there any trick or extension to select all instances of selected word in visual studio code, to facilitate editing …

visual-studio-code editor
Visual Studio Code how to resolve merge conflicts with git?

I tried to merge my branch with another branch and there was a merge conflict. In Visual Studio Code (version 1.2.1) …

git visual-studio merge visual-studio-code
Run / Open VSCode from Mac Terminal

I'd like to run / open Visual Studio Code from the Mac OSX Terminal by running this command code .. I found …

macos terminal visual-studio-code
Change the encoding of a file in Visual Studio Code

Is there any way to change the encoding of a file? For example UTF-8 to ISO 8859-1? Setting Example Sublime …

visual-studio-code character-encoding vscode-settings