In Visual Studio Code I want to be able to close the tags or labels with some command, they know how I have not found the solution or what shortcut can be done, thanks!
Does anyone know how to attach Visual Studio Code to another process?
I need to debug an excel addin but I can not find a way to do it.
In Visual Studio if it can be done but the IntelliSense works worst when it comes to working with a set of...
First, I would like to greet all those who make up this great community of developers and congratulate them for creating such an excellent community.
Well, the problem that is presented to me today is that when I started with java I decided t...
Currently I have several php files that are messy, I mean it's something like this:
<thead>
<tr style="background:#339999;color:white;">
<th>ID</th>
<th>APELLIDO PATERNO&l...
I have these two folders in an untitled (workspace). How can I put another name to the workspace? I know it's not purely code but I have the doubt. Greetings!
I have the following problem:
Visual Studio Code does not work for me without an Internet connection
When I take out the Internet connection I do not open the Visual Studio Code editor, I have to connect it to the Internet to use it. Doe...
I have been learning about file management:
import pickle
from io import open
class Pelicula:
# Constructor de clase
def __init__(self, titulo, duracion, lanzamiento):
self.titulo = titulo
self.duracion = duracion...
Good day. I just installed Visual Studio Code and one of the important things I want to configure is a way to connect directly to an FTP and edit the files directly on the server. It happens that I have installed ftp-simple link but when confi...
I'm working on angular, I try to include some personal icons in icomoon, download fontawesome and in the css folder / I placed fontawesome.css and fontawesome.min and with regard to the new icons I also called them. This is my example:
The pr...
I am currently using Visual Studio Code as a text editor and I want to know when creating a custom Snippet, how do I create a multi-line text?
Ex: p-submit:
<!-- **example** submit-->
<input for= "**example**" id= "" type= "submit...