angularjs-plugin
angularjs-plugin copied to clipboard
AngularJS features for the Intellij Platform (WebStorm, RubyMine, Intellij, etc)
I haven't been able to tell when this actually happens. The plug in seems to work correctly, but I will occassionally get this IDE Fatal Error in the IDE. com.intellij.find.impl.FindInProjectUtil.findUsages(Lcom/intellij/find/FindModel;Lcom/intellij/psi/PsiDirectory;Lcom/intellij/openapi/project/Project;ZLcom/intellij/util/Processor;Lcom/intellij/usages/FindUsagesProcessPresentation;)V:...
If you are interested, I recently created an 'IDE Tools' team to AngularUI for people to maintain the textmate and sublime plugins for AngularJS. If you're interested, I can add...
@johnlindquist could you add live templates to the git repo? I think that plugin was built & published from local live templates, not checked in in the repo. This would...
@johnlindquist since you are shopping for ideas, I think adding auto-completion for event-handlers (ng-click etc.) would be awesome. Basically I would like to see a list of methods defined on...
This is perhaps more difficult than the ng-controller code completion. But I believe that Intellij already parses HTML and has an idea about where we are editing in the code....
Hi There is a missing { in the template text for the ngro live template: Before : $routeProvider.otherwise(redirectTo : '$url$'}); $END$ Correct : $routeProvider.otherwise({redirectTo : '$url$'}); $END$ Thank for your...
currently the e2e methods display as "unresolved" in scenarions. It would be really nice to have no warnings when viewing scenarios.
we use typescript and angularjs which is a great combination; though I'm missing being able to splat-click on controller class names and navigate to the source code (not sure if...
I get the following exception in WebStorm 8 EAP every time I try to use the Cmd+? shortcut to comment out a line of HTML code. It actually comments out...
Hi the ngindex template refers to https://ajax.googleapis.com/ajax/libs/angularjs//angular.js , which returns a 404. Don't know the url that always points to the last released version of Angular, but on angularjs.org they...