Visual Studio Code - My Preferences/Plugins/Themes

preview_player
Показать описание


Visual Studio Code - My Preferences/Plugins/Themes

Here's the settings I use:

"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true
},
"other": true,
"comments": true,
"strings": true
},
"[cpp]": {
},
"[c]": {
},

You can also find me:

Рекомендации по теме
Комментарии
Автор

I also recommend:
- Auto Import
- Beautify
- Bookmarks
- Color Highlight
- diff
- Document This
- Git Blame
- Rainbow Brackets
- vscode-todo

MatheusAbreuBr
Автор

Hi, one question, if i set "tslint.autoFixOnSave": true it says "Unknown configuration setting", but lint is working for my ts files, do i need some plugin to let this work ? thanks

VoltVandal
Автор

Please also share with us what Terminal you are using?

Philson
Автор

Monokai theme is kinda nice. Use it on Atom, and VS Code also has it.

TadasTalaikis
Автор

Check out ayu theme and fira code font

edistar
Автор

what was the name of the font you would like to use?

blissofbeing
Автор

I recommend: vscode great icons, extlibraries (i developed this one :)), vsdeploy, PHP intelliphense, fira code with ligatures

danielarriola
Автор

I have two questions. One: How can I reset it to default? Two: Keybinding doesn't work. How can I fix them please?

Makku
Автор

Please someone help!
I just cant find any explanation for howto setup auto code templates insertion
i.e. type html, enter [tab] to insert basic html page scaffold and the like, just like in emmet & sublime.
Thankxx already!

thesaint
Автор

My favorite monospace font is Anonymous Pro. You have to download it but it's free. Best looking programming font imo.

LucasMakes
Автор

font: try Iosevka Term, its free and my go to font for some time now

grzegorzk
Автор

Here's a small setting I like:

false,

JoshuaPTFan
Автор

fira-code w/ ligatures (font), Nord Wave (theme), file-icons (boring name but nice simple icons, with nim & rust icons a +)

polypus
Автор

Nice.Thank you :)
I do have:
Code spellchecker,
HTMLHint,
Beautify css/sass/scss/less

SampathLokuge