tagged [visual-studio-code]

Select all occurrences of selected word in VSCode

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 or deleting those instances wit...

22 Aug at 23:3

code . is not recognized as an internal or external command

code . is not recognized as an internal or external command I want to open a directory using cmd in visual studio code but its giving me an error in cmd. So, what setting is required for that?

26 Feb at 10:34

How do I set the default browser as chrome in Visual Studio Code?

How do I set the default browser as chrome in Visual Studio Code? I am setting up my VS Code environment for the first time, but I can't figure out how to set Chrome as the default browser for the wor...

27 Dec at 13:12

Difference between User and System Installer of Visual Studio Code

Difference between User and System Installer of Visual Studio Code Visual Studio code offers User and System Installer but I have not found any description about the differences between these two opti...

6 Jan at 13:52

Refresh Visual Studio Code list of files

Refresh Visual Studio Code list of files Visual Studio Code (Version 0.10.11, on OSX) does not refresh the files in a folder. Is there any way to force it to refresh. Currently I have to close and reo...

31 Mar at 12:12

Visual studio code CSS indentation and formatting

Visual studio code CSS indentation and formatting I'd like to know if there is any way to activate auto indent a CSS file in visual studio code with the shortcut ++? It's working fine with JavaScript ...

24 Aug at 13:19

Visual Studio Code Search and Replace with Regular Expressions

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 `content` to `#### content` within a document using ...

8 Aug at 11:17

How to change default browser with VS Code's "open with live server"?

How to change default browser with VS Code's "open with live server"? It defaults to my safari but would like to change it to chrome. I looked in preferences, but there doesn't seem to be an option fo...

14 Mar at 23:31

How can I accept all current changes in VSCode at once?

How can I accept all current changes in VSCode at once? I tried to merge one file with another file, but there are many HEADs with Accept Current Change | Accept Incoming Change | ... Is there a way t...

3 Aug at 20:31

How to associate a file extension with a certain language in VS Code

How to associate a file extension with a certain language in VS Code Or is there a way to switch the current file's language so that the syntax is highlighted correctly? For example, `*.jsx` is actual...

8 Feb at 17:40

Visual Studio Code: format is not using indent settings

Visual Studio Code: format is not using indent settings When using the `Format Code` command in Visual Studio Code, it is not honoring my indent settings (`"editor.tabSize": 2`). It is using a tab siz...

27 Mar at 19:44

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

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 appears to produce two s...

23 Dec at 13:32

How can we debug ASP.NET MVC web application in Visual Studio Code?

How can we debug ASP.NET MVC web application in Visual Studio Code? Microsoft just released [Visual Studio Code](https://code.visualstudio.com/) a couple of days ago. How can we debug an ASP.NET MVC a...

XML Auto Commenting C# in Visual Studio Code

XML Auto Commenting C# in Visual Studio Code In MonoDevelop, when I type "///", it auto-generates an xml-style comment like this: Is there a way to get this behavior in Visual Studio Code?

14 Dec at 19:48

How to stop a command in the Visual Studio Code terminal

How to stop a command in the Visual Studio Code terminal I've been stopping commands with the trash can for too long. Command period doesn't work on Mac. I can't find anywhere how to stop the terminal...

14 Aug at 07:58

Visual Studio Code: How to show Overloads in IntelliSense?

Visual Studio Code: How to show Overloads in IntelliSense? I am working with the new asp.net core 1.0 framework on Visual Studio Code. My question is, how do I traverse through all the overloads a met...

6 Nov at 19:31

#include errors detected in vscode

#include errors detected in vscode I am using Visual Studio Code in my C++ project. I installed . I got the following error: > #include errors detected. Please update your includePath. IntelliSense fe...

9 Aug at 06:50

How can I remove duplicate lines in Visual Studio Code?

How can I remove duplicate lines in Visual Studio Code? Say you have the following text: I want to remove all "abc" lines and just keep one. I don't mind sorting. The result should be like this:

9 Jun at 12:25

Cannot edit in read-only editor VS Code

Cannot edit in read-only editor VS Code I am using Visual Studio Code V 1.31.1. I used an input function but I can't write an input in output panel it shows this error > Cannot edit in read-only edito...

24 Feb at 20:54

VSCode C# "go to definition" (F12) not working

VSCode C# "go to definition" (F12) not working I'm using VSCode 1.19 and trying to "Go>Go to definition" in a C# file like in Visual Studio and it does nothing. In a .js file it works well and i'm gue...

13 Apr at 01:32

Cannot open solution file in Visual Studio Code

Cannot open solution file in Visual Studio Code I have installed the Visual Studio Code on Windows. When I try to open a solution file in VS Code it opens the solution file, instead of opening all pro...

22 Jul at 19:34

How to comment multiple lines in 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](https://code.visualstudio.com/). Is it possible to comm...

10 Feb at 00:49

How do I open multiple instances of Visual Studio Code?

How do I open multiple instances of Visual Studio Code? Today Microsoft released the [Visual Studio Code](https://code.visualstudio.com/) file/folder editor. The first limitation is it appears to be a...

10 Jun at 10:48

how to add Intellisense to Visual Studio Code for bootstrap

how to add Intellisense to Visual Studio Code for bootstrap I'd like to have intellisense for bootstrap specifically but even for the css styles I write in my project. I've got references in a project...

4 Feb at 23:53

Could not locate .NET Core project. Assets were not generated

Could not locate .NET Core project. Assets were not generated I just started learning C# a couple hours ago, but have since run into this error. Ctrl + Shift + P > .NET:Generate Assets for Build and D...

12 Aug at 14:14