ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Go​To​Doc

by jtdeng ST2

GoToDoc is a Sublime Text 2 plugin to quickly open Go programming language document in your browser base on the selected packages, functions, types and keywords in Go source file.

Details

  • 2012.05.12.15.44.58
  • github.​com
  • github.​com
  • 12 years ago
  • 2 hours ago
  • 12 years ago

Installs

  • Total 3K
  • Win 1K
  • Mac 882
  • Linux 693
Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12 Mar 11 Mar 10 Mar 9 Mar 8 Mar 7 Mar 6 Mar 5 Mar 4 Mar 3 Mar 2 Mar 1 Feb 29 Feb 28 Feb 27 Feb 26 Feb 25 Feb 24 Feb 23 Feb 22 Feb 21 Feb 20 Feb 19 Feb 18 Feb 17 Feb 16 Feb 15 Feb 14
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

GoToDoc

GoToDoc is a Sublime Text 2 plugin to quickly open Go programming language document in your browser base on the selected packages, functions, types and keywords in Go source file.

Usage

GoToDoc supports 2 modes to open the corresponding document in your web browser

Exact Mode: (Windows/Linux: Ctrl+Alt+E, OSX: Super+Ctrl+E)

Go to the exact package document at http://golang.org/pkg for standard or http://gopkgdoc.appspot.com for non-standard Package alias is supported, it's automatically looked up in the imported package list.

Lucky Mode: (Windows/Linux: Ctrl+Alt+L, OSX: Super+Ctrl+L)

Google search on golang.org and go to the first result using “I'm Feeling Lucky”.

Besides shortcut, you can access from menu Tools -> GoToDoc

Installation

You can install from github.com, or using Sublime Text 2 Package Control

From Github

$ cd ${ST2_Package_Folder}
$ git clone git://github.com/jtdeng/GoToDoc.git GoToDoc

Using Package Control

Now you can install inside sublime text 2 with package control

Settings

You can customize the key bindings of GoToDoc by going to the menu Preferences -> Package Settings -> GoToDoc -> Key Bindings - Default.