lodash-snippets
Version:
Snippets for popular lodash functions.
16 lines (11 loc) • 684 B
Markdown
Visual Studio Code snippets for lodash functions.
This package runs the jsdoc command line tool against lodash and then transforms the JSON output into snippets.
It also doubles up as a demo for functional programming with lodash using ECMAScript 2015.
This snippet can be installed in VS Code using `ext install lodash-snippets`. You can also view the extension on the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=tomphilbin.lodash-snippets).
[](https://github.com/tomphilbin/lodash-snippets/fork)!
Run `npm start` in the project directory.