Questions tagged as 'visual-studio-code'

1
answer

Line break inside HTML tags in Visual Studio Code

How do I enable line wrapping within HTML tags to stay that way? <input class="someClass" id="someId" name="someName" ng-model="vm.model" ng-click="vm.someAction()"/> When formatting text in Visual Cod...
asked by 10.12.2016 / 02:33
1
answer

.NET Core + Visual Studio Code - Structure organization

I have some doubts about developing applications in .NET Core using Visual Studio Code: How do I create a base project, such as a blank solution, same in Visual Studio? How to organize a .NET Core project that follows some or all of the DD...
asked by 29.11.2018 / 04:07
0
answers

Help setup PHP Debug Visual Studio Code [closed]

I use docker, I would like to debug my PHP code, through the "PHP Debug" plugin of Visual Studio Code, however, I am encountering problems when debugging, with Netbeans working. Here are my settings:    PHP version: 7.0       XDebug versio...
asked by 22.09.2017 / 21:20
1
answer

Problem with Indentation

Recently I switched from editor to development. With VS Code everything has become easier and more intuitive, but I often have a problem with older classes in relation to indentation. When I open the first time all the code seems to be wel...
asked by 14.02.2018 / 15:47
0
answers

Debug in C / C ++ in Visual Studio Code does not work (Linux Ubuntu)

I use the Visual Studio Code, and wanted to use its Debug in my C / C ++ files. There are a few BR tutorials on how to set up VS code debugging for Linux, even more in the language I use, and since I'm new to this text editor, I'm struggling....
asked by 22.02.2018 / 08:04
0
answers

Visual Studio Code does not work on Ubuntu 16.04

I'm trying to use Visual Studio Code in Ubuntu 16.04 x64, but I did not succeed. I tried to install via .deb package and the whole procedure apparently went well. But when trying to open the already installed program, the screen looks like th...
asked by 18.08.2016 / 00:17
0
answers

Visual Code does not execute project

I'm having trouble running a project in visual code! Follow the github installation step: github.com/aspnet/home#upgrading-dnvm-or-running-without-visual-studio CMD @powershell -NoProfile -ExecutionPolicy unrestricted -Command "&{$Br...
asked by 30.07.2015 / 14:47
2
answers

How to save the entire project using Visual Studio Code

Alright? I'm using Visual Studio Code, and when I make change in three files, I have to go from file to file to save each one individually. Is there a command in Visual Studio Code to save all the project at once?     
asked by 05.12.2017 / 19:22
2
answers

Indent a block of code in Visual Studio Code

What is the shortcut key used to indent an integer block of code in the Visual Studio Code to indent?     
asked by 22.02.2017 / 11:53
1
answer

How to remove blank lines in VS Code?

Recently I copied a file that was on a server and it looks like this, with a blank line between each line of code. I would like to know if there is any shortcut or command to remove these empty lines by VS Code in a practical way that does...
asked by 27.08.2018 / 21:37