VS Code: An Overview and the Interface
Get acquainted with the interface of Visual Studio Code.
We'll cover the following...
Every cowboy needs a horse, every Batman needs a Robin, and every DevOps professional needs a great code editor. DevOps revolves around code. When you work with code every day, you must have a go-to code editor. For many DevOps ninjas out there, Visual Studio (VS) Code is their editor of choice.
VS Code is the new popular kid on the block and has quickly gained adoptions by millions of developers. It is a complete integrated development environment (IDE) but isn’t nearly as bloated as its counterpart Visual Studio has become. VS Code is meant to keep you in a single application through all development efforts yet it does not overwhelm you with options.
If you’re still using notepad, PowerShell ISE, or any other simplified code editor, it’s time to step up your game and learn VS Code. In this chapter, ...