Giter Club home page Giter Club logo

Comments (8)

maxcr avatar maxcr commented on July 19, 2024

Looks pretty abandoned. I'm sad :(

from sublime-tern.

margaritis avatar margaritis commented on July 19, 2024

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

from sublime-tern.

easyfrog avatar easyfrog commented on July 19, 2024

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

from sublime-tern.

 avatar commented on July 19, 2024

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.

from sublime-tern.

easyfrog avatar easyfrog commented on July 19, 2024

Could someone continue to upgrade the project?

from sublime-tern.

easyfrog avatar easyfrog commented on July 19, 2024

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?

from sublime-tern.

sergeche avatar sergeche commented on July 19, 2024

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)

from sublime-tern.

franciscolourenco avatar franciscolourenco commented on July 19, 2024

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

from sublime-tern.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.