brackets-archive / bracketsIssues

Archive of issues in brackets.
0 stars 0 forks source link

[js code hint] External library GSAP not recognized in code hints #13035

Open core-ai-bot opened 3 years ago

core-ai-bot commented 3 years ago

Issue by grossmann Tuesday Jan 27, 2015 at 08:56 GMT Originally opened as https://github.com/adobe/brackets/issues/10471


I am working on a project including the Greensock Animation Platform (GSAP) library (http://greensock.com/gsap). I copied the latest version in a subfolder of my project and expected to get code hints via tern. But it turned out that code hints for this library don't show up. My own functions defined in other files show correctly. Do I have to enable something to get this working or is this function not implemented (jet)?

core-ai-bot commented 3 years ago

Comment by sprintr Tuesday Jan 27, 2015 at 09:37 GMT


Have a look at JavaScript File Inference Problem

core-ai-bot commented 3 years ago

Comment by grossmann Tuesday Jan 27, 2015 at 10:42 GMT


Thanks for your comment. But this doesn't seem to be the reason. I didn't get a timeout info modal and I don't have a .brackets.json file in my project root. So to me this doesn't look like a tern timeout problem (as described in the linked article). Maybe this will be fixed with the refactoring project, which was scheduled for spring 2014. Is there a possibility to get this somehow working in the meanwhile (maybe with an extension). This would make programming soo much easier (especially if you are new to a library).