Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

feat(docs): Include Table of Contents #2634

Merged
merged 3 commits into from
Jul 7, 2019
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,32 @@ This extension adds rich language support for the [Go language](https://golang.o

Read the [Changelog](https://github.com/Microsoft/vscode-go/blob/master/CHANGELOG.md) to know what has changed over the last few versions of this extension.

## Contents

- [Language Features](#language-features)
- [IntelliSense](#intellisense)
- [Code Navigation](#code-navigation)
- [Code Editing](#code-editing)
- [Diagnostics](#diagnostics)
- [Testing](#testing)
- [Debugging](#debugging)
- [Others](#others)
- [How to use this extension?](#how-to-use-this-extension)
- [Go Language Server](#go-language-server)
- [Settings to control the use of the Go language server](#settings-to-control-the-use-of-the-go-language-server)
- [Provide feedback on gopls](#provide-feedback-on-gopls)
- [Linter](#linter)
- [Commands](#commands)
- [Optional: Debugging](#optional-debugging)
- [Remote Debugging](#remote-debugging)
- [Install or update all dependencies](#install-or-update-all-dependencies)
- [Building and Debugging the Extension](#building-and-debugging-the-extension)
- [Tools this extension depends on](#tools-this-extension-depends-on)
- [Frequently Asked Questions (FAQ)](#frequently-asked-questions-faq)
- [Contributing](#contributing)
- [Code of Conduct](#code-of-conduct)
- [License](#license)

## Language Features

### IntelliSense
Expand Down