Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/oysun/vscode-lodash-snippents
- Owner: OYsun
- Created: 2016-11-22T16:25:03.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-30T17:27:26.000Z (almost 8 years ago)
- Last Synced: 2024-01-07T01:48:02.170Z (12 months ago)
- Language: JavaScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=oysun.Lodash
- Size: 618 KB
- Stars: 8
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)