atsu85 / AngularJsEclipsePlugin

Eclipse Plugin for AngularJS
Apache License 2.0
0 stars 0 forks source link

An other AngularJS Eclipse #1

Open angelozerr opened 10 years ago

angelozerr commented 10 years ago

I don't know how I can contact you, that's why I create an issue in your project. It seems that we have the same goal. I'm writing too an Eclipse Plugin for AngularJS at https://github.com/angelozerr/angularjs-eclipse It's based on WTP HTML editor too. You can read

Perhaps we could share our work?

Regards Angelo

atsu85 commented 10 years ago

Hi Angelo, Thanks for contacting. Indeed, i think both of us wanted to provide some tools for AngularJs development that where either missing for Eclipse couple of months ago (or that i didn't manage to get working).

I don't mind sharing my code, in fact i also think it is excellent idea. I think that there is only one logical direction for doing it... I don't have much free time to maintain it and Your plugin looks really promising - i can see that you have put lots of time into it while i just wrote the plugin in a free day and polished it on another day ;) Also unlike me, currently you are actively maintaining it while i just got the plugin into state that was slightly helpful with my project setup.

So i guess this project could easily contribute slightly more comprehensive Angular built-in directive suggestions (all documented directives filtered for HTML element type that you are currently editing). You could take a look at https://github.com/atsu85/AngularJsEclipsePlugin/blob/master/src/ee/uiboupin/ats/angular/eclipse/autocomplete/AngularJSHtmlCompletionProposalComputer.java#L169

Best Regards, Ats