Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

sublime angularSmartAssist

Smart Assist uses Natural Language Processing to generate angular templates

Installation

  • 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"
    }
]

Uses

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

About

Smart Assist uses Natural Language Processing to generate angular templates

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages