Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alexweininger/go-to-docs

VS Code extension that lets users quickly navigate to the documentation for the current editor language.
https://github.com/alexweininger/go-to-docs

code docs extension reference references typescript vs vscode vscode-extension

Last synced: 28 days ago
JSON representation

VS Code extension that lets users quickly navigate to the documentation for the current editor language.

Awesome Lists containing this project

README

        




logo


Go to Docs for VS Code




## Features

For example if there is an image subfolder under your extension project workspace:

![Go to docs](https://github.com/alexweininger/Go-to-Docs/blob/master/resources/gifs/gotodocs_command.gif)

> Easily navigate to language documentation.

![status bar](https://github.com/alexweininger/Go-to-Docs/blob/master/resources/img/statusbar.jpg)
> Status Bar button also opens language documentation.

## Extension Settings

This extension contributes the following settings:

* `docs.languageConfig`: configure custom documentation links for languages

### 1.0.0

Initial release of Go to Docs!