Kapeli / atom-dash

Dash documentation integration with Atom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dash

Simple Dash documentation integration for Atom.

Installation

apm install dash

Alternatively open Preferences -> Packages and search for dash.

Usage

Look up the word under the current cursor or any selected text by pressing ctrl-h. By default, this will cause a syntax sensitive search (E.g. it'll search based on the current file type). If you want to search all documentation, press ctrl-alt-h.

Adding additional docsets

Open the Atom config file Atom -> Open Your Config and add the docsets under dash.grammars object in the form of language: [docset, docset]. For example:

'dash':
  'grammars':
    'JavaScript': [
      'nodejs'
    ]

Docsets defined in your local configuration will override the default settings. Take a look at the built-in map file for the default docset configuration.

License

MIT

About

Dash documentation integration with Atom

License:MIT License


Languages

Language:CoffeeScript 100.0%