Questions tagged as 'visual-studio-code'

3
answers

Difference between Visual Studio Community, Enterprise and Code

Intending to learn how to program C # and .NET for the web, and I came across a situation when I downloaded Visual Studio . I'm not sure exactly which version of the download should do. What is the real difference between editions?     
asked by 11.09.2016 / 22:06
1
answer

How to configure the Visual Studio Code to open the console in a new window?

In earlier versions the Visual Studio Code Console opened in a window outside Visual Studio Code , but in the new versions this Console screen was opened in of the Visual Studio Code itself, which greatly disrupts debugging because the cons...
asked by 21.12.2015 / 11:55
2
answers

Multi-line selection in VS Code

Is there any way to do multi-line selection in VS Code, the way you do in Sublime and other IDE's? I tried the ALT SHIFT + arrow that works in Visual Studio, but instead of selecting the VS Code multi-line or selecting the line (right arr...
asked by 30.08.2017 / 14:09
2
answers

How to install .NET Core Nuget packages using VS Code?

I'm using VS Code to develop a .NET Core project and would like to know how to install packages in Nuget on it. In Visual Studio, there is a specific terminal for this, the Package Manager Console . You need to use the Add-Package com...
asked by 27.11.2017 / 19:46
2
answers

Indent code in Visual Studio Code

How to create a shortcut to make spaces equal between assignments? Ex: $nome = "Maria Ferreira"; $telefone = "99645876"; To $nome = "Maria Ferreira"; $telefone = "99645876";     
asked by 23.07.2018 / 14:57
1
answer

.Net Core, Dapper and Visual Studio Code?

I'm trying to integrate Dapper with .Net Core but I'm not getting it and all the tutorials I found were done in Visual Studio using Nugget. So would anyone know how to do the Dapper import through Visual Studio Code?     
asked by 17.08.2017 / 22:38
1
answer

How to select text columns in the editor?

I'm editing some files with VS Code and need to select an entire column of the file. For example: Insert Into Tabela (Data, Nome) Values (2017-07-05, 'Huginho') (2017-08-08, 'Zezinho') (2017-11-25, 'Luizinho') (2017-12-12, 'Donald') (2017-0...
asked by 30.10.2017 / 18:02
2
answers

Remove side panel of Visual Studio Code

Is it possible to remove the side panel of Visual Studio Code?     
asked by 30.06.2017 / 14:29
3
answers

Command Suggestions in VSCode

I am programming in react-native using the Visual Studio Code, in the extensions I installed ESLint JavaScript (ES6) code snippets jsx React Native tools React-Native / React / Redux snippets for es6 / es7 Reactjs code snippets...
asked by 24.08.2017 / 21:55
2
answers

How to change the size, color and add bold in folders and their names in the VS code

Next, I use Vs code for development, even installing different themes, I still can not find a plugin that changes the size and color of the sidebar folders. Notice that the folders on the left side are very small in size and their names...
asked by 11.12.2018 / 18:49