equiet / recognizer

A concept for advanced developer tools
MIT License
375 stars 10 forks source link

'Tern' inside? #5

Closed SeriousM closed 10 years ago

SeriousM commented 10 years ago

Hi,

your mockups looking good! I wonder if you're using http://ternjs.net/ behind the scenes.

This is an extension which is using it: https://github.com/MiguelCastillo/Brackets-Ternific Maybe you can help each other to get things done?

equiet commented 10 years ago

Hi.

I'm not using Tern. I'm actually evaluating the code. What you see in the editor is what the code really looked like when it was evaluated. So if you have some input on your website for example, you might be able to see its value in Brackets.

SeriousM commented 10 years ago

I plan to use phaser.io, it's a js game engine. Do I have to keep the file open for instrumentation?

equiet commented 10 years ago

No. Only the the files which are "open" are instrumented. Instrumented files should act just like uninstrumented files in terms of interoperability, so there is no need to instrument whole project.

SeriousM commented 10 years ago

thank you! I'll try it out now.