angular-eclipse icon indicating copy to clipboard operation
angular-eclipse copied to clipboard

Angular Eclipse Plugin

Results 25 angular-eclipse issues
Sort by recently updated
recently updated
newest added

I think that there should be one Terminal linked with one Angular Project. When you execute a command on a project (Right click, Run as, ng build for example) and...

If you: _Select project in Project Explorer ---> Right Click --> Show in local Terminal --> Terminal_ the new terminal windows does not have **PATH** variable updated. When creating an...

Provide source highliting (like EclEmma) after test execution according to which source lines and branches were executed during the test batch.

It would also be nice if all three of these commands were added to the Debug As menu, and have the Eclipse debugger connect to the running node.js instance. Waiting...

How to determine that a project has Angular2 nature? - search in the package.json if angular2 exists as dependencies? - search from typing folder if angular2 exists? - search from...