In Visual Studio Code how much I open a file and soon after I open another file that I will work it automatically closes the first open file. How do I prevent this?
There is something that can make it easier to create comment blocks in this format:
/*
|--------------------------------------------------------------------------
| Register Controller
|--------------------------------------------------------...
I have some issues related to encoding. Both in eclipse and Visual Studio Code are pointed to UTF-8.
When I repair and save using eclipse, it works fine. But when I save in VSCode, encoding misconfigures.
Here's an example:
I use eclips...
I have a very simple code in GO . Using the vs code, when I save the file I'm working on, the editor removes import "math"
Follow the code
package main
import "math"
func main() {
a := Sqrt(float64(60))
}
When you save...
The "c" folder disappeared in the Visual Studio Code that I use on my MacBook. This happened some time ago after an update. Works in any editor except VS Code.
Has anyone ever experienced this?
When I create a class in HTML and go to CSS and put ".alguma_Class {}" the css file does not recognize this class in the automatic search and only works if I type everything in the hand and only after that it starts appearing in the automatic se...
My question is the following. I would like to have a simpler color theme with less color to work with CSS, but for HTML I would like to have a Theme with more accented and marked colors.
For example when opening a file .HTML I want to...
After I've updated my VS Code, when I press the CTRL + P shortcut, I can no longer see third-party library classes installed in the vendor folder.
I noticed that the same behavior occurs for the node_modules folder.
How to so...
There is an extension called Bootstrap 3 Snippets, however, it only runs snippets in HTML files.
How do I get this to work on files from other extensions?