tststs / atom-ternjs

JavaScript code intelligence for atom with tern.js and autocomplete-plus
MIT License
627 stars 76 forks source link

add element.insertAdjacentElement/Text #290

Closed dagolinuxoid closed 7 years ago

dagolinuxoid commented 7 years ago

atom-ternjs 0.17.0 supports autocompletion for .insertAdjacentHTML() method but does NOT recognize .insertAdjacentElement() and .insertAdjacentText() methods. Take it to consideration.

tststs commented 7 years ago

atom-ternjs is just a wrapper for ternjs/tern. It seems that the definitions for the mentioned methods are missing.

You may open a issue/pull request there.

Greetings.