Want to work together?
I already have some of your to-do items done :) https://github.com/mattapperson/atom-ternjs/
Why not :) it'd definitely make sense and make for a better package - if it's OK for you, choose a missing feature, let me know which (so that we don't work on the same thing) and send a PR :) if it looks good I'll make u repo collaborator ok? (Since I've never used it intensively coffeescript I've decided to give it a real shot for this plugin - it would be great if you can stick to this convention - having a mixed language source base would be less than ideal :D )
Would you consider pure JS rather then CS? I have no real issue with CS but as my project is pure JS and TernJS itself does not officially support CS and plugins are still beta... it just makes sense to me. Thoughts?
FWIW my project has Tern auto start on JS projects, and autocorrects as you type. Tern is on its own child process too.
Pure js make sense :)
How would you like to move forward then?
For the moment let's keep in CS what's already there and use JS for now on
- I'll revert it to JS as soon as I can (it shouldn't take much time though)
On Thu, Mar 13, 2014 at 5:43 PM, Matt Apperson [email protected]:
How would you like to move forward then?
Reply to this email directly or view it on GitHubhttps://github.com/artoale/atom-tern/issues/1#issuecomment-37563120 .
Alessandro Artoni
artoale.com
If you'd like to port e.g. autocomplete as you type it'd be great!
On Thu, Mar 13, 2014 at 5:45 PM, Alessandro Artoni [email protected]:
For the moment let's keep in CS what's already there and use JS for now on
- I'll revert it to JS as soon as I can (it shouldn't take much time though)
On Thu, Mar 13, 2014 at 5:43 PM, Matt Apperson [email protected]:
How would you like to move forward then?
Reply to this email directly or view it on GitHubhttps://github.com/artoale/atom-tern/issues/1#issuecomment-37563120 .
Alessandro Artoni
artoale.com
Alessandro Artoni
artoale.com
Care to look at my project? might be easier to work the other way? We could create a new branch here and work off of that if you like?
Your call
Sry, I don't have time to do a serious check right now :) but I'll have a look as soon as possible and come back to you with what seems more appropriate to me :)
On Thu, Mar 13, 2014 at 5:48 PM, Matt Apperson [email protected]:
Your call
Reply to this email directly or view it on GitHubhttps://github.com/artoale/atom-tern/issues/1#issuecomment-37563882 .
Alessandro Artoni
artoale.com
Sounds good. I will work with whatever you feel is best. Of note: my autocomplete UI is based off of autocomplete+ its a little messy because that project is working to have an API other plugins can use (thus just rip it out of this and use the API)
Well, if autocomplete+ intend to expose API for everyone and support a "hint provider" system (like Brackets does) it would be more than welcome :)
On Thu, Mar 13, 2014 at 5:54 PM, Matt Apperson [email protected]:
Sounds good. I will work with whatever you feel is best. Of note: my autocomplete UI is based off of autocomplete+ its a little messy because that project is working to have an API other plugins can use (thus just rip it out of this and use the API)
Reply to this email directly or view it on GitHubhttps://github.com/artoale/atom-tern/issues/1#issuecomment-37565076 .
Alessandro Artoni
artoale.com
For users out in the wild, is there guidance on which project we should be using? Will you eventually merge? Or will there just be more shared between the two separate projects?
Love your work so far, @artoale and @mattapperson. <3