Skip to content

Tern & Threejs support

angelozerr edited this page May 18, 2015 · 2 revisions

tern-threejs provides the threejs tern plugin which gives you a support for three.js.

After installing and converting your project as Tern Project (see Tern-Eclipse-IDE), open Project Properties, click on Tern / Modules item and select the three.js tern plugin (ECMAScript 6 and Browser tern plugin must be selected too) :

Check Threejs Plugin

Completion

After that you can benefit with three.js completion :

Threejs Completion

Web Browser

You can play with online demo which uses CodeMirror (inside Web Browser).

Clone this wiki locally