VScode for Golang - How to setup Visual Studio Code for Go [2020]

In this video we will look at how to setup visual studio code (VScode) for golang development. We will install necessary tools, the gopls language server, debugging, running your code, and more! #johncodes 🚀 SUMMARY: Today, we’re going to talk about using vscode with golang. The golang extension is a powerful tool to use with go development and provides alot of great features. Included with the golang extension is the gopls langauge server which provides fast performance for intellisense, completions, documentation, and more. It also has best in class go module support. If you’re using vscode for golang work, you’ll want to enable the gopls server. We will also talk about a few other extensions that make working with vscode much better. Again, vscode is highly extensible and customizable. It’s a powerful tool to use in your day to day work! Download vscode: Setup golang: VScode golang extension JSON configuration:
Back to Top