You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

Step-by-step guide

  1. Install Visual Code using these instructions.
  2. Install extensions (see below)
  3. Configure (see example below)
  4. Open your TrafficServer code repository with the Open...File menu.

Extensions

There's a number of extensions (plugins) for Visual Code.  You can install these extensions via the extensions manager, just search for the various names.

Must have

These are the extensions we believe you really will want to use. Remember that some of them require other software, like the CScope tools (via HomeBrew).

  • ms-vscode.cpptools: C/C++ IntelliSense, debugging, and code browsing
    • ext install ms-vscode.cpptools
  • eamodio.gitlens: GitLense - Git Super Charged
    • ext install eamodio.gitlens
  • CoenraadS.bracket-pair-colorizer: A customizable extension for colorizing matching brackets
    • ext install CoenraadS.bracket-pair-colorizer
  • EditorConfig: EditorConfig Support for Visual Studio Code
    • ext install EditorConfig
  • vscode-clang-format-provider: Use Clang-Format in Visual Studio Code
  • vscode_autotools: Syntax support for the Autoconf M4 and Automake files (Autotools)



  • No labels