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

Dev​Docs

by vitorbritto ALL

Sublime Text 2 plugin allowing you to easily search the DevDocs documentation.

Details

  • 2014.03.28.16.25.26
  • github.​com
  • github.​com
  • 10 years ago
  • 9 minutes ago
  • 11 years ago

Installs

  • Total 7K
  • Win 4K
  • Mac 2K
  • Linux 2K
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 Feb 13
Windows 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 1 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 1 0 0 1
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 1 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

Search DevDocs

About

This is a Sublime Text plugin allowing you to easily search the DevDocs documentation.

The plugin code is based on the Stackoverflow Plugin script by Eric Martel.

Usage

Search by selection

Highlight text, right click & click “Search DevDocs” to open a new tab on your web browser with the info.

Search by input

  1. Open your command pallete with ctrl + shift + p (Linux/Windows) or cmd + shift + p (OS X)
  2. Type “devdocs”
  3. Click on “Search From Input”
  4. Type your keyword

You can also use the shortcut (ctrl + shift + d).

To search a specific documentation, type its name and a space before your keyword. (e.g: js date)

Installation

The easiest way to install this is with Package Control.

  • If you just went and installed Package Control, you probably need to restart Sublime Text 2 before doing this next bit.
  • Bring up the Command Palette (Command+Shift+p on OS X, Control+Shift+p on Linux/Windows).
  • Select “Package Control: Install Package” (it'll take a few seconds)
  • Select DevDocs when the list appears.

Package Control will automatically keep Git up to date with the latest version.

If you have some problems or improvements with it, contact me via GitHub.

License

MIT License © Vitor Britto