10 Best Visual Studio Code Extensions

10 Best Visual Studio Code Extensions

Web Dev Simplified

5 лет назад

211,398 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Aleksey
Aleksey - 06.05.2023 11:06

thanks!

Ответить
Ramziddin Rustamov
Ramziddin Rustamov - 02.12.2021 14:19

hi bro i am back end developer , now i am interisted in in front end also , i should learn also front end , can you give sugession about how to start in your channel ,can you give me order .... thanks

Ответить
alex45779
alex45779 - 31.10.2021 16:30

👍👍Спасибо!

Ответить
Duyên Phần Lan
Duyên Phần Lan - 16.09.2021 19:19

THanks very much for sharing!

Ответить
My music
My music - 17.03.2021 23:01

Thanks! Just installed Rainbow brackets = amazing !

Ответить
Jannis Adamek
Jannis Adamek - 15.01.2021 01:41

I cannot believe you didn't mention any HTML tag color extension, like Rainbow Tags, I makes reading and writing HTML code sooo much simpler, since it colors tags by their level of indentation.

Ответить
GAMING TSH
GAMING TSH - 07.01.2021 13:32

New 2021 vs code theme Blue-Rose

Ответить
PawnMasseur
PawnMasseur - 19.08.2020 19:11

Script to install all plugins on Windows (put that in a file *.ps1)
---------------
$extensions =
"vscode-icons-team.vscode-icons",
"naumovs.color-highlight",
"eamodio.gitlens",
"formulahendry.auto-rename-tag",
"ritwickdey.LiveServer",
"streetsidesoftware.code-spell-checker",
"msjsdiag.debugger-for-chrome",
"2gua.rainbow-brackets",
"Zignd.html-css-class-completion"

$cmd = "code --list-extensions"
Invoke-Expression $cmd -OutVariable output | Out-Null
$installed = $output -split "\s"

foreach ($ext in $extensions) {
if ($installed.Contains($ext)) {
Write-Host $ext "already installed." -ForegroundColor Gray
} else {
Write-Host "Installing" $ext "..." -ForegroundColor White
code --install-extension $ext
}
}

Ответить
Samo sreca i pozitiva
Samo sreca i pozitiva - 29.04.2020 17:06

can you teach me how to use console on vs code so I dont have to refresh my browser console all the time

Ответить
R O
R O - 07.03.2020 20:42

I like your videos because they're straightforward and to the point.

Ответить
Dan K
Dan K - 02.03.2020 20:33

Which CSS linter do you use? Thanks!

Ответить
valeri doikov
valeri doikov - 21.02.2020 23:50

Can someone help me i can't seem to find the VSCode-icons extension in the search bar inside the extensions browser.... :(

Ответить
Darcvm
Darcvm - 25.01.2020 12:18

Thank you Sir!! You made my life much easier. I cannot understand how some one would dislike this video!!

Ответить
Nicolas Guillen
Nicolas Guillen - 06.11.2019 14:50

The auto rename tag was the best!!!

Ответить
Surya Pratap Singh
Surya Pratap Singh - 05.11.2019 19:45

New videos please. I am addict of your videos.

Ответить
Volodymyr Shchukin
Volodymyr Shchukin - 25.10.2019 18:31

7 of 10 already were installed. Thanks for extra 3! 8)

Ответить
guest
guest - 02.10.2019 11:23

Is Debugger for Chrome compatible with Live Server? Can they work together?

Ответить
Mike J747
Mike J747 - 28.08.2019 21:24

I have RED squiggly lines throughout ALL my code. Under the "m" in meta in the "head", under opening/closing brackets, EVERY WHERE and I cannot get rid of them. I uninstalled spell checker but that didn't work. It's annoying and UGLY! What the hell causes that?

Ответить
Ram ps
Ram ps - 21.05.2019 06:37

Do make a video for Sublime 3 and Atom man!!!

Ответить
Aaron Bornmann
Aaron Bornmann - 08.05.2019 13:55

Whats the last extension called?

Ответить
ui_tuts
ui_tuts - 20.04.2019 00:51

made video on chrome debugger extention ..complete usage

Ответить
Hasbara Always
Hasbara Always - 25.03.2019 03:48

Bracket pair colorizer 1 and 2 is great, configurable with colors and if has a color coded line that connects brackets

Ответить
Nathaniel Daniels
Nathaniel Daniels - 21.03.2019 17:58

How did I not know about GitLens before this video........... THANK YOU!!!!!!!!

Ответить
Gerard Riera
Gerard Riera - 18.03.2019 17:29

Take a shot everytime he says Extensions

Ответить
Nahid CH
Nahid CH - 15.03.2019 21:17

Thanks Bro.

Ответить
Outta Bubblegum
Outta Bubblegum - 12.02.2019 00:30

Settings Sync is a MUST-HAVE!!!

Ответить
Qasir Hassan
Qasir Hassan - 09.02.2019 08:45

Thanks for the Extensions :)

Ответить
Christian Borckla
Christian Borckla - 09.02.2019 01:13

Nice ext, but the video title should be: 10 Best VSCode Extensions for WEB Developers

Ответить
Dominik Lukács
Dominik Lukács - 08.02.2019 21:16

Very useful! I'm not using vs code right now, but I will for sure come back to this video later

Ответить
Edward Northwind
Edward Northwind - 07.02.2019 09:38

without refactoring support this is not an IDE, this is a notepad. PHPStorm one love.

Ответить
Joshua Tack
Joshua Tack - 04.02.2019 17:11

Funny how webstorm/php storm has these by default xD

Ответить
ruddyadam
ruddyadam - 31.01.2019 16:53

Super helpful! Thank you for this!

Ответить
Yin Weiting
Yin Weiting - 15.01.2019 05:50

There is no "best", only "suitable"

Ответить
Zyx Yuv
Zyx Yuv - 05.12.2018 10:19

I would not trust someone who can't spell with any kind of technical work. If I find out they are using a spell checker to get by then I won't hire them. It's one of the easy ways to sort out the average people from the exceptional people. Yes, a lot of average people can't spell. You are representing yourself unprofessionally by blabbering the personal details of your mental deficiencies to the public internet.

Ответить
TheRealCasadaro
TheRealCasadaro - 15.11.2018 23:47

Thanks for putting me on to Intellisense!

Ответить
Johnnyxp64
Johnnyxp64 - 13.11.2018 09:49

if studio code doesn't even have syntaxe error checker what's the point of using it for coding? we are removing basic functionalities and we are going back to the gwbasic editor 1980s years just in the name of "lightweight editor". this shouldn't be a plugin. is like buying a car and they tell you the engine comes as an extra if you want!

Ответить
Teymur Salymzade
Teymur Salymzade - 22.10.2018 21:47

Scss live compiler, path intellisense

Ответить
Ankit Negi
Ankit Negi - 16.10.2018 21:10

How to use live server in php files running with xampp

Ответить
Ahadul Islam
Ahadul Islam - 13.10.2018 11:16

Nice man, make a updated version.

Ответить
prsion
prsion - 05.10.2018 23:55

Please make video how can customization liveserver that it worked on (html+js) and php code without reconfiguration like that livereload in sublime - or is it basically impossible?

Ответить
Eddie Jaoude
Eddie Jaoude - 10.09.2018 14:09

Really useful! Thank you for sharing. I installed most of those :)

Ответить
Dudeima dolphin
Dudeima dolphin - 08.08.2018 22:14

WDS == Life

Ответить
Dudeima dolphin
Dudeima dolphin - 08.08.2018 22:12

i wish i had code spell checker for real life

Ответить