pulsar-cooperative / pulsar-ternjs

JavaScript code intelligence for Pulsar with tern.js and autocomplete-plus
MIT License
1 stars 0 forks source link

JQuery Autocompletion #9

Open penguintheguy opened 4 months ago

penguintheguy commented 4 months ago

Hi i'm an average js dev

I am unable to find the file which provide autocompletion of jquery, chai, browser based function etc.

I really find this package helpful but can't find the files which provide autocompletion

please help me find the file.

thanks

sorry for poor english

github-actions[bot] commented 4 months ago

Welcome to Pulsar Cooperative: pulsar-cooperative/pulsar-ternjs!

Thanks a ton penguintheguy for creating this issue! We can't understate how important and appreciated it is for your contribution!

However, it's important to be clear about the level of support that should be expected here.

As this repository is within the Pulsar Cooperative Organization, you cannot expect any core members of the Pulsar Organization to offer advice or code fixes. The fix to your issue is expected to come from someone else in the community just like yourself, as is the mission of this organization. If you'd like, feel free to read more about this in our organization's Contributing Guide.

Hope your issue is resolved soon, and as always, see you among the stars!

confused-Techie commented 3 months ago

I know this issue is a bit older, but was just taking a look around at the codebase, and while I'm not the most familiar with this codebase, it seems that all completions from the package are not provided by a single file.

But instead completions are provided by the ternjs server. Which you can read more about on the ternjs.net documentation. Hope this helps!