Questions tagged as 'visual-studio-code'

1
answer

Visual Studio Code closes file alone

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?     
asked by 27.12.2016 / 14:40
1
answer

Comments Block - VSCode

There is something that can make it easier to create comment blocks in this format: /* |-------------------------------------------------------------------------- | Register Controller |--------------------------------------------------------...
asked by 09.03.2018 / 23:06
2
answers

Encoding without configuration: Eclipse (JSP) and VSCode

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...
asked by 27.06.2018 / 14:47
2
answers

vscode removing imports when saving file

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...
asked by 26.06.2017 / 20:55
1
answer

Letter ç in the VS Code editor

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?     
asked by 07.02.2017 / 20:43
1
answer

Visual Studio Code - empty CSS ruleset

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...
asked by 29.10.2018 / 22:42
1
answer

Does VS Code have a Color Theme for each language?

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...
asked by 24.09.2018 / 21:00
1
answer

How to change all selected words in one go in VScode

Hello, I would like to know how to change all the words at once in visual studio code Thank you     
asked by 22.06.2018 / 18:31
1
answer

VS Code is not searching the library folders (Vendor, node_modules, etc.) after updating

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...
asked by 09.06.2018 / 19:09
1
answer

How to use Bootstrap 'shortcuts' in VSCode in .blade files?

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?     
asked by 28.03.2018 / 18:03