Of course it has emmet. Keep in mind VSCode came after Sublime Text, so most of the features in VSCode were inspired by Sublime Text, and other editors.
Ps. re videos; that was just a quick introduction; far more features are available of course. Second biggest difference is performance; VScode being an electron app is hardly to be considered memory efficient or very performant solution; especially sucks with large files.
I know it is, but it's amazing what happens when devs actually don't bloat it to insanity.
I've never had VS Code hang, not even on 4GB machines with hundreds of files open without noticeable lag.
On this machine I am right now skipping randomly through files that include plugins that highlight stuff, e.g. beautify 2, and yet everything opens instantly, this over 40 random files with 100 lines or even the minified file that's about 8000 characters in one line, scrolling sideways through that has no lag.
And yes, it does use more RAM than e.g. sublime, but if I don't experience slowdowns and the features improve my experience, then I don't really mind.
Currently with those files mentioned open, I am using 870MB of RAM and 0.5-1.5% with spikes to 4% of CPU, of that RAM usage, 200MB is the PHP CLI.
If I seriously needed the performance, I can go to notepad++
The reason I don't like Electron is that most app developers just don't know what they're doing and bloat the things to insanity, slack is a great example. Of course I'd prefer if VS Code was native, but I don't notice any performance reasons to switch, even on a slow 5400 RPM HDD it's still fast enough, yes, boot times are about 3-4 seconds versus sublime's ~1s, but that difference really doesn't matter overall.
https://www.sublimetext.com/blog/
Nice roadmap, must say Sublime 3 is a huge improvement on 2. I like the afterglow theme:
https://packagecontrol.io/packages/Theme - Afterglow due to rectangular tabs, but that's personal preference.
For most it will also be easier to create plugins/addons in VS Code due to using web framework rather than python, but again, most of the plugins you'd use will be there and you only "need" (want) a handful of them.
Again, the discussion of IDE is subjective for most. I like a lot of different IDEs depending on what I am doing, the only IDE I truly dislike is Eclipse due to being affected by some bugs while using it.
As a side note, really do install
live share on VS Code, you can use your own keybindings while remoting to the other person.