Angular CLI plugin for GoLand
Hi!
I want to create GoLang plugin for integration Angular CLI. I need to choose an action when I right click on folder on tree view in project window and call an generate command from CLI with an generate action and path to folder. How can I implement this? Any ideas an examples please...)
Thanks!
请先登录再写评论。
That's AngularJS, sorry for the typo. Which version of plugin do you have and what version of CLI are you using?
Thanks a lot, Denis! I updated GoLand to new version, and now I see CLI integration!
Hey,
this functionality is already provided by Angular plugin. Do you use it?
Thanks? but I do't see this plugin... ((
I use plugin version 181.4668.90, and Angular CLI 6.0.0.
Just one little problem, when I refactor or delete angular file, related testing file is not renaming or not deleting together... ((
Renaming will be fixed in one of the following plugin updates
Thanks!