emmetio / sublime-tern

TernJS plugin for Sublime Text
222 stars 13 forks source link

Is the project abandoned? #46

Open margaritis opened 9 years ago

margaritis commented 9 years ago

I am currently evaluating Sublime autocomplete plugins and i would like to know the status of Sublime-Tern.

maxcr commented 9 years ago

Looks pretty abandoned. I'm sad :(

margaritis commented 9 years ago

Don't be @Maxcr. You can go here. It works flawlessly!

easyfrog commented 8 years ago

oh ~~ this project is better then 'tern_for_sublime' ... sad..

ghost commented 8 years ago

Sure, this project is better than tern_for_sublime and easier to use and configure. I have tried with both and this seems give better suggestions.

easyfrog commented 8 years ago

Could someone continue to upgrade the project?

easyfrog commented 8 years ago

Now there is a problem to solve, When I create a new js file to project. I need to run "TernJS: Reload" very time. so could this command auto run when a new file created?

sergeche commented 8 years ago

If I can find some time and (maybe) funding, I would start initiative to embed Node.js into Python extension so everyone could write and support Sublime Text plugins in pure JS. Current plugin implementation uses PyV8, which is simply a V8 engine embedded into Python. The main problem is that this runtime always runs in main thread so there’s lots of hacks to make it responsive and to not block main thread when you just type a single character.

tern_for_sublime uses Node.js installed on your system. It runs in separate thread (doesn’t block text editor) but since it “far” from text editor, there’s could be issues with proper session management and completions (which are synchronous in ST)

franciscolourenco commented 7 years ago

So, at this moment in time, which one of the plugins is recommended?