VS Code

How To Create a Python Class Generator for VS Code — step-by-step Python tutorial on Progressive Robot

How To Create a Python Class Generator for VS Code

If you hate stubbing out Python classes, here’s how you can create an extension in Visual Studio Code to do it for you. In this article, you’ll see how to create that extension. You’ll prompt for user input, use array map and join functions, use ES6 template literals, and write to the file system.

Read more
How To Use Git Integration in Visual Studio Code — step-by-step DevOps tutorial on Progressive Robot

How To Use Git Integration in Visual Studio Code

Visual Studio Code has become one of the most popular editors out there for Web Development. It has gained such popularity thanks to its many built in features, including source control integration, namely with Git. With Git being one of the most popular and powerful Source Control providers, harnessing its power from within VS Code is just icing on the cake.

Read more
How To Get Started With Python in Visual Studio Code — step-by-step Python tutorial on Progressive Robot

How To Get Started With Python in Visual Studio Code

Python is one of the most popular and easy to learn languages, which is why it is often one of the first languages you learn. Let’s see how to work with and run Python inside of Visual Studio Code. In this tutorial you’ll install the Python extension then use intellisense and shortcuts to run your Python code.

Read more
How To Use the Docker Plugin for Visual Studio Code — step-by-step Docker tutorial on Progressive Robot

How To Use the Docker Plugin for Visual Studio Code

In this article we’ll use the Docker Plugin for Visual Studio Code. Docker allows us to package our applications into images and run them as containers on any platform that has Docker installed. We’ll use this plugin with two developer stacks: Node.js and Go.

Read more
CHAT