Vscode

Vscode posts, videos, courses, and more

Jamie Swift · 1 year ago

The best VS Code extensions to supercharge Git (yes, there’s more than GitLens!)

Yes, I know, we should all be terminal ninjas, memorizing every git command yadda yadda. Or, like the caveman, we could put two sticks together (or in this case, VS Code) and create fire (ak...
6

Abhiraj Bhowmick · 2 years ago

10 VSCode extensions every dev must have

VSCode is undoubtedly one of the most popular code editors out there. But did you know you can enhance your VSCode experience with extensions? Here are 10 VSCode extensions that every develo...
8

Tony Lea · 2 years ago

Ignoring Specific Elements in VS Code Beautify

The Beautify VSCode plug-in is amazing for formatting and cleaning code. With a quick call to the plugin-in we can transform nasty looking HTML into a beautifully structured format 💅 The o...
5

Karthikeyan · 2 years ago

My VS Code setup

In this blog post I will be sharing my VS Code set up i,.e themes and extensions. Themes One-dark-pro: I am currently using One-dark-pro which is Atom's theme made for VS Code. Icons File...
6

Zahab Kakar · 2 years ago

6 Tips and Tricks Every Developer Should Know in Visual Studio Code 🤩

One of the most common text editors used by developers is Visual Studio Code. Microsoft created it to be the first cross-platform programming tool in the Visual Studio family that supported...
8

Tony Lea · 3 years ago

One second to read GitHub code with VS Code

Github1s is an awesome project that allows you to open up any Github repo in VS Code directly in your browser. Give it a try You don't even need to install anything to give this a try. Want...
5

Tony Lea · 3 years ago

Goto Previous File in VSCode

I love using the command palette in VS Code to jump to a specific file. You can open the palette with the keyboard shortcut Cmd+P and then start typing for the name of the file you are looki...
4

Bobby Iliev · 3 years ago

Top 10 VScode Shortcuts For Mac and Windows to Help You be More Productive

Introduction I have been using VScode for a while now, and I can say that it is my favorite IDE so far! In this post, I will show you my top 10 VSCode shortcuts, which could help you be more...
6

Bobby Iliev · 3 years ago

8 Awesome VS Code Extensions for Laravel Developers

Introduction While I'm still a sublime fan for quite some time, I've been mainly using VS Code. For anyone who is just getting started with Laravel, I would recommend going through this Lara...
8

Tony Lea · 3 years ago

Adding Cursive Fonts to VS Code

I tend to watch a lot of programming tutorials and I have seen many developers with code editors that have cursive fonts on specific attributes and text. I kept on telling myself, "I ne...
7

Loading More Content