LT-TernJS icon indicating copy to clipboard operation
LT-TernJS copied to clipboard

A TernJS plugin for Light Table

Results 8 LT-TernJS issues
Sort by recently updated
recently updated
newest added

OS-X 10.10, LT 0.8, TernJS 0.1.10 With any kind of JS project all i get is: ``` Error: spawn /Applications/lighttable-0.8.1-mac/LightTable.app/Contents/Resources/app/plugins/node/node ENOENT at exports._errnoException (util.js:837:11) at Process.ChildProcess._handle.onexit (internal/child_process.js:178:32) at onErrorNT (internal/child_process.js:344:16)...

https://github.com/angelozerr/tern-guess-types is helpfull when completion is applied. I use it inside tern.java. It should be cool if you could integrate it with Light Table. Thanks!

It shoud be cool if Light Table editor could displays errors of the tern lint https://github.com/angelozerr/tern-lint which is a tern plugin to to validate JS files with tern. You can...

I'm not sure if I should report this here or at tern.js. While using LightTable, sometimes I notice the fans are blowing full speed non stop. When looking at the...

While configuring tern through the default behaviors is definitely a route to take, it would be nice to offer a behavior that reads a .tern-project file and sends it to...

enhancement

Original discussion can be found at issue #9.

bug

Tern supports rename refactoring and some work will be needed to make this a pleasant experience in Light Table. It would be nice to have a drop-down text box show...

enhancement

Tern supports condensing an inferred set of type to a JSON description document. The idea being that big libraries can be analyzed once, dumped, and then cheaply included in later...

enhancement