Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>vscode-goto-documentationNew to Visual Studio Code? Get it now.

vscode-goto-documentation

cxfksword

|
19,308 installs
| (8) | Free
VS Code extension to go to documentation
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vscode-goto-documentation

A Visual Studio Code extension to jump to documentation for the current keyword, ported from sublime-text-2-goto-documentation

Supports

  • PHP
  • JS / CoffeeScript
  • HTML
  • CSS/SASS/LESS
  • Python
  • Clojure
  • Go
  • Ruby
  • C / C++
  • Perl
  • C#
  • Lua
  • Erlang
  • Haskell
  • ...you can add any other language via settings

Installation

Search for goto documentation

How to use

Move the cursor inside the word you want the docs for and:

  • Press Super+Shift+H or
  • mouse right click the word and select gotoDocument

Edit the urls

GotoDocumentation allows you to edit the url that opens by editing the settings.

The available settings are:


    "goto-documentation.customDocs": {
        // the key value pair represent scope -> doc url
        // supported placeholders:
        //  - ${query} the selected text/word
       "css": "http://devdocs.io/#q=${query}",
    }

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft