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

Commit

Permalink
feat(docs): Include Table of Contents (#2634)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgeorge007 authored and ramya-rao-a committed Jul 7, 2019
1 parent 38f7af0 commit 5f10107
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
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.

## Table of 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
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5f10107

Please sign in to comment.