Questions tagged as 'visual-studio-code'

1
answer

In Visual Studio Code how to configure to indent code automatically?

I found this site. link but I did not find the file. I also found this site. link But the visual version of my visual code does not contemplate this explanation above, could someone explain to me where I should configure the v...
asked by 29.11.2018 / 13:19
1
answer

Find and Replace Shortcut Visual Studio Code

In Visual Studio Code, when I press the Ctrl + F keys I can find a particular string. Is there a shortcut to "find and replace" using this same program? Ex: On Atom when I find a string if I press the tab I go to the replace field, I...
asked by 04.10.2017 / 15:02
1
answer

How do I select all occurrences of a selection in Visual Studio Code in the same way I do in Sublime Text?

In sublime Text, you can select all occurrences of a selection and edit them at the same time. To do this, just hit ALT + F3 after making the selection, as in the example below: In the example, </a></li> is selected, t...
asked by 11.09.2017 / 16:55
1
answer

Visual studio code

Good afternoon, I'm creating a web project with visual studio core, the problem is that the command I'm using "dotnet new MVC -o NomePasta" already creates a structure. I'm starting to learn how to develop for web with C # in visual studio code,...
asked by 04.06.2018 / 17:50
1
answer

Is it possible to import a Sublime function into VsCode?

There is a function that I use a lot in the sublime that is F12 : { "keys": ["f12"], "command": "goto_definition" }, It presents all functions with the same name and even tab for the target file of that function / style. I wanted to embed...
asked by 17.09.2018 / 00:16
3
answers

How to run a C program in Visual Studio Code

I'm trying to run a code (program) in C in Visual Studio Code, but I can not find the necessary settings. I installed the C / C ++ (Microsoft) extension Project structure: .vscode          - c_cpp_properties.json          - tasks....
asked by 25.10.2016 / 14:47
1
answer

HTML Snippets for JSX

Does anyone know where I can get HTML Snippets to use in JavaScript? Example: input: h1 + tab output: <h1></h1>     
asked by 02.08.2018 / 13:59
1
answer

Disable Vertical Indent Tabs VSCODE

I recently started using Vscode and am trying to configure it to my liking. But I'm not sure how to disable the lines in "Vertical" that mark the elements (parents and children) along with the indentation.     
asked by 16.05.2018 / 05:41
2
answers

How to connect Visual Studio Code with TFVC?

Is there any way to connect Visual Studio Code to use version control of Team Foundation Version Control (TFVC)? If so, how?     
asked by 31.03.2017 / 22:26
1
answer

How to do when clicking on the ok of the alert, only then go to another page?

Well, guys, I'm learning ionic now in college, and I wonder if it's possible, in an alert, to make it only after the user clicks 'ok', in my case 'change', it goes to a certain page? Thank you for your attention. Code: presentConfirm() { let...
asked by 11.11.2017 / 22:56