ternjs / tern

A JavaScript code analyzer for deep, cross-editor language support
https://ternjs.net/
MIT License
4.25k stars 378 forks source link

How to create new tern plugin? walk-through #443

Open paulvi opened 9 years ago

paulvi commented 9 years ago

Please add tutorial how to create new tern plugin.

It should have some direct link like http://ternjs.net/doc/manual.html#create-tern-plugin

angelozerr commented 9 years ago

@paulvi you can find a very simple tern plugin that I have explained step by step when I have done a presentation of tern.java in JUG Paris at https://github.com/angelozerr/tern-jug

paulvi commented 9 years ago

added to https://github.com/angelozerr/tern.java/wiki/Creating-Tern-Plugins