Smart Assist uses Natural Language Processing to generate angular templates
- Open Sublime
- Click Preferences and select Browse Packages...
- Put properties.json and Prefixer.py there
- Create a key binding by clicking Preferences > Key Binding - User and enter
[
{
"keys": ["ctrl+g"],
"command": "assistant"
}
]You can use simple natural language statements like -
- Create a controller with name abc in app xyz and inject http and scope
- Create a controller
- Create a filter
- Create a directive
Try different combinations and explore all options. Send your suggestions to vinit.tiwari2012@gmail.com
Next version coming soon