Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oysun/vscode-lodash-snippents

:sheep:Snippets for popular lodash functions of Vscode
https://github.com/oysun/vscode-lodash-snippents

Last synced: 2 months ago
JSON representation

:sheep:Snippets for popular lodash functions of Vscode

Awesome Lists containing this project

README

        

# 安装

* [vscode插件地址](https://marketplace.visualstudio.com/items?itemName=oysun.Lodash)
```javascript
ext install Lodash
```
# 支持的文件格式
- javascript
- coffeescrip
- typescript
- javascriptreac
- vue

# 使用
输入"_"符号就会提示lodash所有的的函数

![演示](images/demo.gif)

# 源码
[github](https://github.com/OYsun/Vscode-Lodash-Snippents)