angularjs-eclipse
angularjs-eclipse copied to clipboard
AngularJS Eclipse Plugin
https://github.com/angelozerr/angularjs-eclipse/wiki/Javascript-Features#hyperlink Currently "Tern - go to definion" action is available only by "ctrl > mouse hover > select second menu entry". It would be nice to have it available as...
Hi, is it possible to add symlink of the latest version to your update site? I know this is availabe in nodeclipse website too but it would make it consistent...
https://github.com/angular-ui/ provides a lot of extensions for AngularJS with new modules. It should be good that angular tern plugin can be extended to support other angular tern plugin which provides...
See https://thinkster.io/egghead/templateurl/ for a sample with templateUrl. When templateUrl is used, today link between HTML file and JS controller is done at hand https://github.com/angelozerr/angularjs-eclipse/wiki/Angular-Explorer-View#user-content-html-template-linkunlink It should be cool if tern...
Ctrl+click hyperlink navigation from html element to Angular directive definition in JavaScript file
Now for default ionic project there is hyperlink on ion-nav-bar, but nothing happens when it is clicked. For ionic html below: ``` html ``` would be good to navigate to...
It should be cool if we could rename controller, services from JS editor or HTML editor. This idea comes from http://stackoverflow.com/questions/27247621/eclipse-angularjs-plugin-rename-refactoring-functionality To do that : - implement tern refactoring https://github.com/angelozerr/tern.java/issues/42...
When a user enables AngularJS on a Web project, it would be convenient to configure the project HTML validation to ignore the ng-\* attributes (instead of showing them as warning)....
From https://github.com/angular/angular.js/wiki/Writing-AngularJS-Documentation > The AngularJS project uses a form of [jsdoc](http://usejsdoc.org/) for all of its documentation. > > This means that all the docs are stored inline in the source...
How big of a project would it be to add tool-tip support to jade files? I found a basic jade editor here: https://github.com/Nodeclipse/nodeclipse-1/tree/master/org.nodeclipse.enide.editors.jade
When using Content Assist while editing Angular Expressions in text regions Content Assist Proposals are placed under the tonns of HTML tag proposals that actually aren't applicapable in Angular Expresstions....