sublime-tern icon indicating copy to clipboard operation
sublime-tern copied to clipboard

Is the project abandoned?

Open margaritis opened this issue 11 years ago • 8 comments

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

margaritis avatar Mar 17 '15 18:03 margaritis

Looks pretty abandoned. I'm sad :(

maxcr avatar May 21 '15 09:05 maxcr

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

margaritis avatar May 21 '15 09:05 margaritis

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

easyfrog avatar Jan 20 '16 03:01 easyfrog

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.

ghost avatar Feb 15 '16 18:02 ghost

Could someone continue to upgrade the project?

easyfrog avatar Feb 24 '16 08:02 easyfrog

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?

easyfrog avatar Feb 24 '16 08:02 easyfrog

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)

sergeche avatar Feb 24 '16 09:02 sergeche

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

franciscolourenco avatar Apr 24 '17 15:04 franciscolourenco