Tag: vs code
-
Must-have VS Code Settings for Web Development
Last week I wrote about must-have VS Code extensions for web development. This time, I’m writing about the recommended settings to make sure these extensions and VS Code work correctly. VS Code is an excellent tool for writing software, and when you install the right extensions, it can be very powerful. However, if these extensions and…
-
Must-have VS Code Extensions for Web Development
The VS Code editor is such a pleasure to work with; it is my code editor of choice when working with light C# projects or any other languages such as JavaScript or Ruby on Rails. Below are my must-have extensions for anyone doing web development. There are many more magnificent extensions, but I feel like…
-
Favorite Visual Studio Code Extensions of 2018
Visual Code is a fantastic code editor, but what really makes it powerful are the extensions available for it. In this post, I share some of my favorite VS Code extensions while using VS Code to develop web applications. WakaTime – Metrics, insights, and time tracking automatically generated from your programming activity. GitLens – GitLens supercharges the Git…
-
Run code from your code editor
The other day I discovered this useful extension that allows you to run your code from within the Atom editor. The name of the extension is Script Runner, and while there are many other extensions that do this, I really like how this one shows the code results on the right side of your screen,…