Visual Studio Code guides

Visual Studio Code

Visual Studio Code is a powerful code and text editor that can be highly individualized and adapted to the task at hand using the existing extensions for it.

Visual Studio Code can be adapted to each project’s and the user’s needs. This is done by installing and using extensions. This section shows how to install a new extension from the marketplace. As an example, we will use the AsciiDoc extension.

The AsciiDoc extension for VSCode allows for easy creation and supported editing of AsciiDoc or adoc files within VSCode. For shortcuts and tips, see the documentation of the extension. You can access this documentation when you click on the extension in the marketplace.

  1. Access the extensions window through the VSCode menu bar → View → Extensions.

    Add extension under 'View'
  2. Search for AsciiDoc (or use asciidoctor.asciidoctor-vscode) & install it.

    The AsciiDoc extension will add the syntax the AsciiDoc interpreter to VSCode so you can use the preview feature and have syntax highlighting.

asciidoc ext
Figure 1. AsciiDoc (id: asciidoctor.asciidoctor-vscode)