Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nefe/vscode-toolkits
https://github.com/nefe/vscode-toolkits
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nefe/vscode-toolkits
- Owner: nefe
- Created: 2018-05-07T12:14:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T08:49:28.000Z (about 2 years ago)
- Last Synced: 2023-03-02T01:23:12.446Z (almost 2 years ago)
- Language: TypeScript
- Size: 174 KB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# vscode-nelfe README
## privide snippets for [iron-redux](https://github.com/nefe/iron-redux)
snippets prefix: `sredux`. for iron-redux Redux File
snippets prefix: `sreact`. for iron-redux React View File
## auto add all code of add a action in iron-redux
cmd+ctrl+a: dynamic add an plain action in Redux File
cmd+ctrl+k: dynamic add an fetch action with Pont in Redux File
input your actionCreator name, action payload Type, state field name and initial value, and join with `#`, toolkits will auto generate all the types, actions, reducers and state code for you!
## calculate your code details
#### step 1: configure nefe-config.json in your project as below
the config means ignored calculate files.
```
{
"ignoredExtnames": [
".img",
".md",
".png",
".gif",
".jpg",
".old",
".eot",
".ttf",
".svg",
".woff",
".del",
".bak",
".json",
".map"
]
}
```#### step 2: Right mouse click any file tree item, and click `calculate your code` item