Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/alexweininger/go-to-docs
- Owner: alexweininger
- Created: 2019-02-25T08:26:57.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-25T08:46:18.000Z (almost 6 years ago)
- Last Synced: 2024-10-18T06:16:36.013Z (3 months 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:
![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!