Hello to fellow Odin Project students 👋🏼😉 Fantastic video, thank you for the super clear and thorough explanation!
@robs2572 жыл бұрын
helloooo
@victornta87962 жыл бұрын
Lol Hi
@apprentice-tech2 жыл бұрын
halu
@gintoki_sakata__2 жыл бұрын
😁😇
@chestermartin23562 жыл бұрын
Is anyone else feeling the same relief having spent months working on chess and even more months on Ruby in general, that they didn't actually just forget all of HTML and CSS?? I was so concerned I'd have forgotten a lot, makes me feel like I might actually be able to do this stuff professionally some day 😅
@andrewdutson71372 жыл бұрын
Here from The Odin Project, great information and detailed explanation on the in and outs of Emmet. Thank you! :)
@freguenshoodjean5841 Жыл бұрын
You finished the whole project ?
@crysre8 ай бұрын
Hi
@timemmanson8350 Жыл бұрын
From the Odin Project. Hello to my fellow students. Nice job. Crystal clear explanation!
@odilsoncode Жыл бұрын
Hello from Odin, I've been using Emmet for so long without even knowing it. Thank you for your video, it's very clear💯
@aydanwessels761 Жыл бұрын
If you hit Ctrl + i, you can trigger VS Code to suggest an Emmet snippet. If you're building a snippet and aren't getting a trigger, this will do it for you. 🙂
@chonk7221 Жыл бұрын
This is such an absolute banger of a tip! it's so nice to be able preview the outcome...Thank you!
@jaisanghvi38833 ай бұрын
Thanks for this. Ctrl + Space does the same thing. I find it easier to use this shortcut.
@vampbat Жыл бұрын
So happy to see other Odin students here! I looked up a few of your videos early on to learn JS when I found I needed an alternate teaching style to a few video tutorials the course recommended. Thank you so much for your content! Happy they officially linked you (finally)!
@ldt_5 жыл бұрын
I started using VSCode because of you, I even converted my boss from using VIM that has never used any IDE or graphical editor to use this. Now you're showing me yet another trick in VSCode that I didn't know about. Thanks for this.
@Bitrey5 жыл бұрын
I thought the title was exaggerated, but man, this will TRIPLE my speed at writing HTML! Thanks for this awesome tutorial!
@b1mind5 жыл бұрын
(Grouping) vs using the ^ is gold!!!! thank you so much Kyle another solid video!
@WebDevSimplified5 жыл бұрын
You're welcome! I try to throw in those little nuggets of things that I find useful since hopefully others will find it useful as well.
@francesboy2Ай бұрын
My face lit up when you started showing off how we could shorthand classes and divs etc, this is such a time saver and is really exciting
@craigburton44473 жыл бұрын
The best (and most really powerful) Emmet tutorial I have seen. Love your channel
@RichardJNeo2 жыл бұрын
This is the single greatest thing I’ve learned so far, I hated doing all that stuff!! This makes me so happy!!
@adicide90704 жыл бұрын
dude, I'm actually switching to JS from Java partly thanks to your vids!!! Super psyched.
@RR-et6zp2 жыл бұрын
java is useless
@dontbetoxic43872 жыл бұрын
@@RR-et6zp ?
@paprika_ame2 жыл бұрын
This is a great overview! Good luck to my fellow Odin Project students! 😊
@omkarshendge54382 жыл бұрын
hey im doing the odin project as well can we connect?
@MythicalMaestro694 жыл бұрын
I hate I didn't know about this channel back then when I started learning code. This is Scam videos!! It didn't make me type HTML 2 times faster, but 5 times faster!!! Thank you for making this tutorial. Subscribed!!!
@deemon7102 жыл бұрын
THIS! This is the kinda stuff I know VC can do but it's a pain to find and get used to. Thank you not just for teaching it, but for demonstrating it as well. 🙏
@richiedon90485 ай бұрын
infact, as a beginner i have decided to stop watching all other tutorials. you make things simply to my understanding. thank you
@tech_ashwinikumar2 жыл бұрын
notes: Emmet shortcuts . class # div [] attributes {} values inside divs $ to give numbering, $$ to 0 padd .abc*5{item number $} div*5 = show 5 divs + for sibling e.g header+main+footer or (header>nav)+main+footer form:post (to create forms) form:post>(.group>label+input:text)+(group>label+input:number) Inside css position bg (background) bgc (background color) w10 or w10em or w10% (width of 10 px etc)
@jalapenohiway5 жыл бұрын
This is really useful info for beginners like myself! Ty! Also, WHY...would anyone even "Thumbs down" this video???
@deansprivatearchive4 жыл бұрын
They are just WDS haters, ignore them
@rafatrashidrahi93534 жыл бұрын
by mistake, no other way they would hit dislike
@KamomeGakuen Жыл бұрын
i've seen so many videos like this that are so boring that i can't retain anything, thanks for making one that's really clean and straightforward and easy to follow. most painless tutorial video i've seen in awhile
@channelforambience Жыл бұрын
Yeap, i'm gere because of The Odin Project too! Great video, very nice tips! Let's goooo
@nathancovey2 ай бұрын
Idk who Emmet is IRL but I love him
@UmarAlFarooq4 жыл бұрын
Who are the 10 assholes who DISLIKED this video?!! Thank you for this video. It's awesome like all your others. Fantastic quality. You are a real-life hero.
@webdevtech71542 жыл бұрын
this was one of the best tutorials i have watched, straight to the point. thanks for the cheat sheet.
@noscreadur2 жыл бұрын
I'm an Emmet user, and I learned some new tricks in this excellent video. Cheers!
@ushadesai63064 ай бұрын
You are so generous. Thanks, learnt a lot about how powerful is Emmet!
@TheRastaDan2 жыл бұрын
Comming from the brand new Intermediate HTML and CSS course of TheOdinProject, not sure if I would really need it. Damn was I wrong. This is really helpful and I'm abit ashamed finding out about this only now
@kaseymurdoch99742 жыл бұрын
I just finished foundations. Really lucky timing for me that they just reworked all this!
@razvanbugoi832 жыл бұрын
Very useful video, thank you! The Odin Project brought me here by the way.
@ScileSc5 жыл бұрын
Man I just started doing it as soon as I picked up vsc, I didn´t even notice that it had a name.
@Patrick1985McMahon5 жыл бұрын
how do you turn Emmet on in VSC?
@ScileSc5 жыл бұрын
@@Patrick1985McMahon I dunno it´s just there. At least it should be.
@ahurein16414 жыл бұрын
@@Patrick1985McMahon prebuilt extension in vscode, it's already activated
@Patrick1985McMahon4 жыл бұрын
@@ahurein1641 thank you. I will try that.
@ahurein16414 жыл бұрын
@@Patrick1985McMahon you're welcome
@Sabrecho10 ай бұрын
This easy-mode life hack utility's been around for at least 4 years now!? Where was I all this time??? 😁 tyvm Kyle!
@ahmedAltariqi5 жыл бұрын
It’s insanely powerful!! It saves ton of time :)
@KnightToD5 Жыл бұрын
Great content! Here from The Odin Project!
@jemsync Жыл бұрын
What a great video for my first day of my Full Stack JavaScript path on The Odin Project.
@EduardKaresli5 жыл бұрын
Thanks Kyle! This video has value of gold. Nice work as usual.
@kittieCoder5 жыл бұрын
Thanks. Really great. I love your channel.
@alejandronieto5762 жыл бұрын
Dieses Video anzuschauen war eine sehr gute Zeitinvestition für mich. Danke sehr!!
@ankitagarwal49144 жыл бұрын
I knew the stuff until 8 minutes and then it blew my mind. Flabbergasted.
@kharChehre5 жыл бұрын
Thanks Kyle! 🤯 You read my mind! I was practicing Emmet a few hours ago lol
@emonymph69112 жыл бұрын
Emmit is the only framework you need, people should learn this instead of other garbage
@python_programmer7983 Жыл бұрын
I'm definitely going to be using this from now on. Way better.
@ksrele5 жыл бұрын
This is working in Sublime Text too, thanks for this video.
@lonk7523 ай бұрын
this video..... That's POWERFUL! Thanks for all the power!
@Tabbystripes4 жыл бұрын
I have been looking for something like this for a long time. Thank you!
@albedesigns Жыл бұрын
This is the video I didn't know I needed to see!
@marynguyen85594 жыл бұрын
Thanks. That was very useful! I'm a beginner and you made it very digestible and enjoyable :)
@franciscojavierruizhernand377211 ай бұрын
Jajaja, I'm seeing this video because I'm learning in The Odin Project and I found many people that is learning too, it's a pleasure.
@iamadriansantos4 ай бұрын
T.O.P squad!
@66lucc2 жыл бұрын
The Odin Project user passing by!
@ashishkkrishna2 жыл бұрын
a fellow odin project strawhat here
@66lucc2 жыл бұрын
@@ashishkkrishna Nakama!
@nizamuddinshaikh31854 жыл бұрын
Emmet - what a useful extension! This tutorial - what a concise pointer for use of vast ocean of Emmet! Thank you for sharing. 😃👍🌼
@madhavkwatra58882 жыл бұрын
knew most of the stuff so skipped a lot. Emmet is really awesome. And your explanations too.
@tks8964 Жыл бұрын
I think it's really powerful
@abhishekvishwanath82785 жыл бұрын
Awesome man!! Thank you!!
@FranciscoBourquin Жыл бұрын
I love you!. You just saved me a bunch of time XOXO from Argentina ♥
@TejaSwaroopArukoti5 жыл бұрын
Wonderful stuff I have learnt today. Thank you.
@sofianebm74925 жыл бұрын
nice trick kyle keep going !!!
@fragrantbloom2 жыл бұрын
This was an amazing video! Thanks a lot Kyle!
@riskacendana80858 ай бұрын
05:16&& "tab" for filling content shortcut🔥
@riskacendana80858 ай бұрын
9:40&& instead of increment emmet
@riskacendana80858 ай бұрын
02:10&& typing tag without bracket (shortcut)
@headwaystudio Жыл бұрын
Your videos have been so helpful on my DIY journey lol. Thanks a ton.
@tfnsansu17273 жыл бұрын
great work bro !!
@dylanking000archive2 жыл бұрын
from the odin project. thanks for the great content.
@damiantoczek85765 жыл бұрын
You can get it also for Atom Editor. File > Settings > Install (search for emmet)
@ambitiousperson22984 жыл бұрын
Thank you so much, man your work is such pure gold keep going & thank you again
@orangegd2242 жыл бұрын
Really helped me with the speed, thanks :)
@ChristianPretorius5 жыл бұрын
Thanks Kyle! This is such a useful video!!
@astroflexx8210 ай бұрын
hello from the odin project!
@Jonathan-lg1xw3 жыл бұрын
well this definately saves me a lot of time :) I knew I had shortcuts and so on in my ide, but never knew I could do all this!
@kerryd20605 жыл бұрын
Okay Kyle, I got up early this whole week. Will try it next week too. (-:
@ajlebeau Жыл бұрын
Mind blowing! Thank you!!
@daemon4912 жыл бұрын
Great explanation. Nice work man. Can you please zoom the screen to the area we need to see. Watching on mobile is hard. Great info. Thanks
@nonono65372 ай бұрын
fantastic video packed with info. thank you!!
@muwongenicholas62815 жыл бұрын
Wow.....thanks a lot man... this is so helpful
@threeone60123 жыл бұрын
Where has this been all my life?
@shivammishra63814 жыл бұрын
5:45 how can we select the child element in css like can we take a h1 inside a div and then enter the css for h1 as it will decrease my for creating a new div for h1 seperate que:- 6: 32 can we use something like ul*2>li*2 to create two ul with 2 li nested inside them
@lisaweber94464 жыл бұрын
Fabulous! Thanks - well organized and great voice
@WebDevSimplified4 жыл бұрын
Thank you!
@th1nhng05 жыл бұрын
Im in love with ur videos
@simonroyjonesuk9 ай бұрын
Really useful and clear, Thanks so much.
@guerra_dos_bichos Жыл бұрын
i'm in love with emmet
@___-_-_-_-_-_-_-_-_-___5 жыл бұрын
Thx for sharing dude 👍🏻
@shewhocode Жыл бұрын
Emmet is so useful for time saving
@collinslumayi521 Жыл бұрын
Thank you Odin Project and peers
@gnub33602 жыл бұрын
1:32 okay and....done. great lesson!
@ShermanSitter4 жыл бұрын
This is SO cool!!! I used this and didn't realize it...or how powerful it was. PS. I came from the clock tutorial. :)
@kongzilla28974 жыл бұрын
Thank you again Kyle ..I am your new subscriber now😁
@junedkhan84535 жыл бұрын
This is some awesome stuff.. Thanks :)
@stevenwilt44503 жыл бұрын
Wow it's really powerful, it's very powerful, really powerful, powerful
@shewhocode Жыл бұрын
Hello, I am here because I am taking up the Odin Project course :D
@learningstuff56792 жыл бұрын
Awesome video. Instant subscribe.
@AGSTRANGERTunisianAuthor5 жыл бұрын
This was very helpful! Very grateful :)
@ryan-heath2 жыл бұрын
“That’s really powerful!”
@fatehgill56562 жыл бұрын
this video is really powerful
@mariaturzynska2712 Жыл бұрын
I see that you are using Enter key to convert emmet abbraviation to html. In 4:56 minute of the recording you converted html to emmet . What key did you use to toggle back from html to emmet
@Expert-Shorthand10 ай бұрын
I know Emmet it's amazing and work very quickly. I'm from Pakistan
@harag94 жыл бұрын
Great video, always wondered what you used for the quick snippets. e.g. "script", "link" etc. Thanks!
@milton14062 жыл бұрын
Fantastic! Thank you!
@monketime23082 жыл бұрын
Stay strong Odins!
@uddhavsaikia7397 ай бұрын
bro this just made me pause the video and see how cool this shit is....man!! damn
@uddhavsaikia7397 ай бұрын
*say
@promiseebuka61022 жыл бұрын
Thanks man, for this great tutorial😊😊
@fluffydoggo5 жыл бұрын
First of all I didnt even know of class and id stacking, and then you had attributes too? Why am I not using this a lot. This legit would save me 30 mins to an hour for creating new HTML, CSS, and JS projects
@Al_Gonzo4 жыл бұрын
Not only that, it helps you avoid making typos. Emmet is really useful in js too when you for example have to write "getElementById" quickly and without errors
@codesiddhi3 жыл бұрын
Great vid! Well explained :)
@mshamilna5 жыл бұрын
One of your best videos brothe thank you
@WebDevSimplified5 жыл бұрын
Thank you so much!
@md70715 жыл бұрын
When I was learning react.js, JSX was really a strange to me but later on I found emmet supports too.