Skip to content

tomekq/lodash-snippets

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lodash Snippets for Visual Studio Code

Usage

Lodash Snippets can be installed from inside the VS Code Extensions menu. Once installed, snippets will be available IntelliSense.

Demo

Running the Source

Prerequisites

  • Node.js >= 7.8.0 – required for async/await.
  • Yarn – optional.

Instructions

This package builds the snippets from the Lodash JSDoc annotations. To run the source, clone the GitHub repository:

git clone https://github.com/tomphilbin/lodash-snippets.git

Then install the dependencies and run:

cd lodash-snippets
yarn # or `npm install`
yarn start # or `npm start`

The snippets will then be written to the file specified in src/config.json.

Tests

The unit tests can be executed by running yarn test or npm test.

Contributing

Fork me on GitHub!

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%