Skip to content

HiDeoo/autocomplete-lodash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lodash Autocomplete Package

OS X Build Status Windows Build Status Dependency Status

Lodash methods autocompletions in Atom. The suggestions includes the signature, arguments, returns value, a brief description and a direct link to the Lodash documentation.

This package uses the autocomplete+ package bundled natively with Atom.

Screenshot of the Lodash Autocomplete Package

Changelog

Usage

Just type some stuff starting by the Lodash prefix _. and the Lodash Autocomplete Package will automatically show you some suggestions.

Lodash

The Lodash methods informations are generated using lodash-doc-parser which fetch and parse the latest Lodash documentation.

Current Lodash version: v4.17.2.

Credits

Lodash

Copyright and license

Copyright (c) 2016 HiDeoo. Code released under the MIT license.