Smart Javascript auto-complete for Textmate 2 using TernJS.
-
Clone into
~/Library/Application Support/Avian/Pristine Copy/Bundles -
Create
.tern-projectfile in your project-directory (more info){ "libs": [ "browser" ], "loadEagerly": [ ], "plugins": { "node_resolve": {}, "es_modules": {} } }
-
Press ⌥␣ (Option + Space) in a
.jsfile
node must be installed and on your path.
