VS Code Top-Ten Pro Tips

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


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


An effective IDE is one of the most important factors for developer productivity (and happiness). Here are ten ways to maximize the value of VS Code. Please post your tips in the comments.

Fireship
Автор

VS Code is possibly the single most important thing Microsoft has ever created. Upended my world when I discovered it.

mycroft
Автор

10. Navigatoin
- Ctrl+k Keyboard shortcuts
- Ctrl+k Command palette: files, commands, first letters of cammelCaseThings: cct
- Bookmark plugin
9. Snippets
8. Terminal: Ctrl+`
7. IntelliSense: @ for things in the class
6. Peek: Peek definition, find all references. Rename symbol.
5. Paste JSON as Code extension
4. Ctrl+k+z Zen mode
- vscode-spotify extension
3. Debugger
- Debugger for Chrome extension
2. Git
- Gitlens extension
1. Live Share

PabloBianchiOK
Автор

my jaw dropped at that json to code converter! The hours i have spent making classes to handle those responses is unreal.

RyanValizan
Автор

So glad i just found this channel, as a beginner coder this is going to help me grasp concepts much faster than other longer videos (and then I can go to the other videos for more in depth if needed).

bobburch
Автор

Wow. That "Paste as JSON" is just magic. Thank you!

andrewminhnguyen
Автор

Believe me when I say this that these are actually really useful tips. I ended up finding out a lot of these on my own while working on projects, so it would have been nice to just learn all of these from this one single video.

FunOrange
Автор

The best tip on this video for me was learning about Carbon Based Lifeforms. Thanks for putting me up on game, homie.

JoelGRodriguez
Автор

A little tip to make you code faster
If you want to copy a line of code, instead of selecting by dragging with the mouse or shift+Arrow keys, you can simply place your cursor at the beginning of the line and pressing CMD+C
Happy coding 😉

daniel-eftm
Автор

Please cover the 90 other topics as well. This is just amazing!

riddheshmarkandeya
Автор

Another cool feature in vscode is the docker remote-container that enables the devs to use vscode as it was inside the actual container, making the process of setup a new dev environment a breeze and make the developer experience nearer to the env where the code will actually run

olmanmora
Автор

VS Code over Remote SSH is also amazing. Does exactly what you'd expect

velox__
Автор

vscode-spotify?? Are you kidding? Just saved all the mouse clicks.

JamieMcI
Автор

you’re voice is so soothing and makes these videos 100x better. thank you, great video

jesussandoval
Автор

Absolutely brilliant presentation and clear explanation of the concept. Loved your style and narration I am subbed.
Staying here as there is so much great stuff to learn, not just from a technology standpoint but great presentation as well.
Keep sharing the awesomeness and have a great day. Lastly VS Code is also my editor of choice :)

sanketss
Автор

I've always enjoyed the Jetbrains IDEs (like Webstorm, PhpStorm, etc) because of the rich built in features.
But you make a good case for VS Code too. Although Webstorm is powerful, sometimes the clutter of all the buttons and toolbars bother me, so VS Code might be a good alternative for those situations. Thanks!

sleeplessdev
Автор

Update - Chrome Debugger has been depreciated so no need to install it anymore. Thanks for the amazing tips and channel.

SpragginsDesigns
Автор

05:05 We relax a little too hard hahahaha

mateja
Автор

The spotify extension pretty much saved my life

angela_jx
Автор

Microsoft made something good for once

ImGonnaShout