Skip to content

Kapeli/atom-dash

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 100.0%