Visual Studio Code

Visual Studio Code or VS Code is a popular text editor used by millions of people for editing and debugging code. You are strongly encouraged to use Visual Studio Code for editing text files in this class. This tutorial describes how to get started using VS Code for this class.

VS Code provides the following features that will help you during the semester:

  • Integrated support for managing git repositories and version control
  • Integrated terminal for running commands on the command line
  • Support for extensions that provide syntax highlighting and code completion for SystemVerilog

Extensions:

VS Code Resources