We can't find the internet
Attempting to reconnect
Something went wrong!
Attempting to reconnect
Analysis Summary
Worth Noting
Positive elements
- This video provides an exceptionally dense and accurate feature map of VS Code that helps beginners understand the tool's scope in under two minutes.
Be Aware
Cautionary elements
- The high-intensity editing style is designed to make the viewer feel 'behind' on productivity, subtly priming them to purchase the 'Magic Tricks' course.
Influence Dimensions
How are these scored?About this analysis
Knowing about these techniques makes them visible, not powerless. The ones that work best on you are the ones that match beliefs you already hold.
This analysis is a tool for your own thinking — what you do with it is up to you.
Related content covering similar topics.
See your entire year in HEY Calendar
37signals
Emacs: easily set timers with TMR
Protesilaos Stavrou
Emacs Goodies - #7 Proced Mode
Goparism
10 CLI apps that have actually improved the way I work in the terminal
Dreams of Code
AI Revisited - part 2 – REWORK
37signals
Transcript
visual studio code a free and open source program for editing code software is just a collection of text files organized in a precise way the s code provides an integrated development environment to help you edit analyze and manage these files efficiently it's a microsoft project that first appeared in 2015 as a lightweight cross-platform code editor that ships a new update every single month today it's the world's most popular code editor download it then use it to open a folder that contains your application files before you can write high quality code you'll need to make the editor look cool by clicking the settings icon to update your syntax and icon themes next you'll notice the file explorer contains all the files in this directory open a file and notice how the text inside is colored that's because vs code analyzes the symbols inside the file to perform syntax highlighting it will automatically detect problems in your code if a variable is not used it becomes a little more opaque a red squiggly line appears if your code will not compile hover over it for more details it also creates an outline of the code structure to quickly navigate to the line of code that you're looking for now as you start writing some code in this file you'll notice a little box pops up as you type professional developers rarely type every character instead they leverage vs code's intellisense to autocomplete the code that they were thinking about writing when the right suggestion comes up hit tab or enter to complete it you might also right click on your code to find a variety of options to analyze and refactor it but almost anything you can do with the mouse you can do faster with the keyboard hit ctrl shift papa to bring up the command palette from here you can quickly access any vs code command or any file in your project let's use it to open up a terminal session which brings up the command line here at the bottom we can use it to run commands in this project like git init to enable source control or better yet we can click on the source control icon to run git commands with a visual interface vs code is minimal by design but as an open source javascript project it's easily extendable from the extensions panel you'll find a huge number of packages that provide specialized tooling for whatever framework or language you're working with most software projects work with the cloud in some capacity the remote button can connect your editor to a remote github repository docker container or cloud server and you can even run vs code itself in the cloud to access it from the browser on any machine this has been vs code in 100 seconds hit the like button and subscribe if you want to see more short videos like this and if you really want to maximize your productivity as a developer i just released a brand new vs code magic trix course that contains a ton of productivity hacks for beginners and advanced developers alike the first 10 videos are free so check it out on fire ship io thanks for watching and i will see you in the next one
Video description
Visual Studio Code is an open-source lightweight code editor maintained by Microsoft. Get the full VS Code Magic Tricks course to write better code faster https://fireship.io/courses/vscode-tricks 🔥 Black Friday - Upgrade to PRO 🔥 Discount 33.330000000000003% Free Sticker Free T-Shirt (lifetime members) Use code: 1LDSQD4q 👉 https://fireship.io/pro #learntocode #vscode #100SecondsOfCode 🔗 Resources Open VS Code now https://vscode.dev VS Code Docs https://code.visualstudio.com/docs Also checkout VIM https://youtu.be/-txKSRn0qeA 🎨 My Editor Settings - Atom One Dark - vscode-icons - Fira Code Font 🔖 Topics Covered - What is VS Code? - VS Code tour - VS Code as IDE - Best code editor for beginners