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: 12 months ago
JSON representation
VS Code extension that lets users quickly navigate to the documentation for the current editor language.
- Host: GitHub
- URL: https://github.com/alexweininger/go-to-docs
- Owner: alexweininger
- Created: 2019-02-25T08:26:57.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-25T08:46:18.000Z (about 7 years ago)
- Last Synced: 2024-10-18T06:16:36.013Z (over 1 year ago)
- Topics: code, docs, extension, reference, references, typescript, vs, vscode, vscode-extension
- Language: TypeScript
- Size: 318 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
Go to Docs for VS Code
## Features
For example if there is an image subfolder under your extension project workspace:

> Easily navigate to language documentation.

> 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!