GithubHelp home page GithubHelp logo

Comments (9)

othree avatar othree commented on July 26, 2024 1

I will suggest testing the Tern in a different editor. You can use the Brackets editor to edit the code. But to verify the change and see the debug log. Use a different browser to do so.

from tern.

marijnh avatar marijnh commented on July 26, 2024

@othree took over maintenance. But I'd recommend going with TypeScript (even if just running it on plain JavaScript) nowadays.

from tern.

othree avatar othree commented on July 26, 2024

Hi @abose, sorry for any inconvenience. I don't have very much time like before. So the current policy is: I will fix critical issues which caused the tern client/server crash. And for other issues, I can't give any word. And about your reports issues. I am looking at 1049 now. I think 1050 will be much more complex(which is related to the parser and AST). So I won't spend much time on it at the moment.

BTW PR is always welcome. If I can reproduce the issue. I will help the PR to get merged.

from tern.

abose avatar abose commented on July 26, 2024

Thanks for the reply @othree . Even brackets community is very short of devs, so I can understand. Thanks for helping!

Ill try a bit to see if I can help in dev to implement some of our required functions. Can you give some pointers on tern development.

from tern.

othree avatar othree commented on July 26, 2024

@abose Not yet dive into seeing how brackets integrate with tern. But for me, working with Vim editor. The first step is to start a standalone, foreground tern server. ref. Then make sure your editor's plugin connects to that server. Then you can easier to see what is happening behind the scene.

from tern.

abose avatar abose commented on July 26, 2024

Brackets currently uses a webwoker to host tern and directly uses the is API.

from tern.

abose avatar abose commented on July 26, 2024

How are the definition files generated?
The plugins also seems to have lots of auto generated api descriptions.

from tern.

othree avatar othree commented on July 26, 2024

@abose You mean the tern server is running inside a webworker? or the webworker process is the middleman between bracket and tern server?

The def files in https://github.com/ternjs/tern/tree/master/defs are manually maintained. But for some use cases, you can use bin/condense to generate the def file. https://ternjs.net/doc/manual.html#utils

from tern.

abose avatar abose commented on July 26, 2024

The tern server runs direcrly inside a webworker. Brackets doesn't use node based tern server.

from 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.