This question already has answers here:
Auto closing brackets in visual-studio-code not working for Vue files
(5 answers)
Closed 1 year ago.
Whenever I open a parenthesis, VS Code is supposed to automatically close it but it's not doing that. I have not changed anything with my VS Code so I don't know why this would be happening.
Fix: Disable GitHub Copilot extension if you have it
Related
This question already has answers here:
What are the U and M file markers in Visual Studio Code?
(4 answers)
Closed last year.
In VS Code, on the left side, is a file tree.
Some files are marked "M" and most are marked "U".
How do I change the files from "M" to "U" or vice-versa?
Which is correct or the norm?
You'll need to 'brush up' on Using Version Control in VS Code, Git support.
Visual Studio Code has integrated source control management (SCM) and includes Git support out-of-the-box.
Note: If you are new to Git, the git-scm website is a good place to start
This question already has answers here:
Auto closing brackets in visual-studio-code not working for Vue files
(5 answers)
Closed 1 year ago.
The VS Code auto closing brackets feature is not working for me.
Whenever I type (, it won't close it and I have to do it manually.
Even when I set my auto closing brackets settings to always.
Is there a way I can fix this issue? And is the same issue happening with any of you?
For me Github Copilot was creating the problem, if anyone else is having trouble.
If you have Github Copilot maybe that is the problem. I uninstall that and problem solved
This question already has answers here:
How do you format code in Visual Studio Code (VSCode)?
(29 answers)
Closed 1 year ago.
I cannot find a shortcut that that aligns/idents lines of code in VS Code.
an example
what i want the shortcut to do
You can search for lonefy on vscode plugins and download it! Whenever you save the file it gets indented just like how you want.
This question already has answers here:
Enable or disable VS Code Integrated Terminal Tabs?
(5 answers)
Closed 1 year ago.
My terminal tab was like this:
But I don´t know what I did and now it looks like this:
Can someone help me to get it as in first image please, I will be so thankful
According to this GitHub issue, tabs were included in the April 2021 (1.56) update – the difference exhibited in your two screenshots stems from the new version of the integrated terminal.
This question already has an answer here:
How to disable “Debug” from showing in package.json
(1 answer)
Closed 2 years ago.
I see this extra line or area injected at a few places in VSCode. I'm thinking about a few ideas to use those areas to enhance my extension: add extra commands or information to code.
I would like to know what is it called? Is there any API for accessing it from an extension?
The extra line/area injected in VSCode
Its a CodeLens.
Here is a bit more from the VSCode blog - https://code.visualstudio.com/blogs/2017/02/12/code-lens-roundup
And from the documentation - https://code.visualstudio.com/api/language-extensions/programmatic-language-features#codelens-show-actionable-context-information-within-source-code