angular-ui / AngularJS-brackets

AngularJS plugin for Brackets (booya)
216 stars 50 forks source link

Lets get this thing working! #1

Closed ProLoser closed 11 years ago

ProLoser commented 11 years ago

@subhaze hey man, I don't know if you've had a chance to checkout Adobe Brackets yet, but I'm trying to get quick-edit support for things like Directives, etc. It turns out that it also uses tern internally so I think your other plugin may come in handy here too.

subhaze commented 11 years ago

I've checked it out and it looks pretty cool. I'll see about getting this setup tonight/tomorrow and see what I can help with.

ProLoser commented 11 years ago

I got it working for controllers and attributes. I am waiting for the brackets team to make searching the project easier

subhaze commented 11 years ago

Awesome! That was going to be my first task, glad to see you got that in. And yeah, the API seems to be a bit in flux right now and slim on documentation :/

ProLoser commented 11 years ago

I had to poke around the wiki to get started. After I picked up some terminology I started diving through the project source code since I assumed that they developed the Javascript version as a default plugin.