Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 952 Bytes

README.md

File metadata and controls

41 lines (24 loc) · 952 Bytes

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!