10 VSCode keyboard shortcuts that’ll save you hours while coding.

Thread below 🧵
SPLIT TERMINALS

We can create and display multiple terminals at the same time with the following command:
EMMET ABREVIATIONS

If you’re writing HTML, you should know how tedious and time consuming it is to write certain elements. Emmet allows you create HTML elements (and even boilerplate) with some few keyboard shortcuts:
ADDING INDENTATIONS

Some languages require indentation to properly parse your code. Others need it to make the code more readable. You can create indentations in VSCode (@code) with the following command:
SHOW AND HIDE TERMINALS

Terminal is an integral part of software development process and it is integrated to VS Code for easy access. You can toggle the terminal with the following commands:
FORMAT DOCUMENT

You can format an entire block of code or text with the following commands;
SWITCH BETWEEN TERMINALS

After you might have created multiple terminals, you can switch between them with the following commands:
VSCODE EXTENSION MANAGER

We can add, search and remove different Visual Studio Code extensions from the sidebar. You can do so with the following commands:
ACCESS SETTINGS

You can access the settings area in VSCode with the following shortcut:
DUPLICATING LINES

Visual Studio code helps the users to duplicate the lines above and under the given line. This is useful while coding in HTML because HTML often involves repeating the same code over and over again. Use the following combinations:
CREATE MULTIPLE CURSORS

Multiple cursors help us drop multiple cursors at various instances of the code. This lets us add text at all the places without having to copy and paste the text again and again. Use the following key combinations:
Did you find this thread helpful?

Follow me (@UbahTheBuilder) for upcoming threads!

• • •

Missing some Tweet in this thread? You can try to force a refresh
 

Keep Current with Kingsley Ubah💥

Kingsley Ubah💥 Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @UbahTheBuilder

23 Mar
I just uncovered 5 useful sites to learn CSS

Thread below 🧵
🔹CSS-Tricks

CSS-Tricks is a blog dedicated to the CSS tricks and lessons. Learn how to do some things you never thought were possible with just CSS here:

css-tricks.com
🔹W3Schools CSS Tutorials

This is my all time favorite site when it comes to learning the basics of CSS. The Tutorials are in-depth and also easy to follow. They also have a runtime environment where you can see the output.

w3schools.com/css/default.asp
Read 6 tweets
19 Mar
5 effective ways you can improve your coding skills

A short thread 🧵
🎯Have good command of one programming language.

One thing I have noticed is that it’s far easier to learn a new language when you fully comprehend one. Instead of hoping from one language to another, fully commit to “mastering” just one.
🎯 Constantly practice what you learn.

Build projects based on them. There is absolutely no better way to learn than doing it yourself, and consistently. It doesn’t matter if it’s big or small, what matters is you do it. Practise makes perfect.
Read 8 tweets
17 Mar
Basic git commands all software developers should know.

Thread below 🧵
🎯 Initializing a new repository: git init
🎯 Cloning an existing repository: git clone
Read 10 tweets
15 Mar
Complete web development roadmap for newbie developers, along with resources.

Thread below 🧵
🎯 LEARN HTML

HTML is the markup language of the web. With it, you can make texts underlined, bold, italicized etc. You can also create navigations, forms and many more web elements.

Learn about HTML here -

w3schools.com/html/
🎯LEARN CSS

CSS (Cascading Style Sheets) is used to style/design HTML elements. Without CSS, the whole web page would look boring. CSS can also be used to create simple, yet eye-catching animations.

Learn more about CSS with (@traversymedia)

Read 14 tweets
11 Mar
7 terminal commands all web developers should know.

Thread below 👇
🔹GIT

Git is by far the most popular version control system right now. 

There are plenty of third-party apps and tools available but most people prefer to access git natively though the terminal. 

Learn more about Git 👇

atlassian.com/git
🔹SSH

With the ssh command users can quickly connect to a remote host and log into its Unix shell. 

To establish a connection you simply need to specify the correct ip address or url. 

// ssh username@remote_host
Read 9 tweets
9 Mar
7 essential technical skills every software developer should have.

Thread below 👇
🔹OOP Language (C++, Java)

This is a programming paradigm that helps you model web entities after real life objects. Here you can specify properties and methods which controls how the elements looks and behaves.

It's also very powerful and allows you to virtually anything.
🔹DATABASES AND SQL

Data are stored in databases and SQL (Structured Query language) is the language used to manage relational "tabular" databases.

It is important you know SQL, along with a database like like Oracle ,
MySQL, Microsoft SQL Server, PostgreSQL
Read 9 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Too expensive? Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal Become our Patreon

Thank you for your support!

Follow Us on Twitter!