Results 97 comments of Tom Lieber

Can you try disabling the extension? Brackets does that for me all by itself because of tern, its JavaScript intelligence engine.

Interesting! Would you be able to collect a profile for me so I can see what the hot spots are on your computer? Open the developer tools for your Brackets...

Thanks! I'll check this out and see what I can do.

Yes. The main challenges are: 1. Theseus connects to localhost by default. There's no preference to change that yet. 2. Theseus expects paths to match pretty much exactly. node-theseus would...

Your +1 has been received. :) Hmm, yeah, [file matching is somewhat hacked-together](https://github.com/adobe-research/theseus/blob/master/src/Agent.js#L101) because there are a lot of cases to deal with (Rails asset conventions, Node.js `public/` convention, symlinks,...

Just wrote to `brackets-dev` about one way to resolve this: have a separate Theseus button that works like the lightning bolt but enables Theseus.

No, sorry, I haven't developed this yet. :(

I don't think Theseus will work with Meteor.js code, on the server, or in the browser. :( Meteor.js has its own program for running the server code that doesn't work...

It does optionally generate source maps, but it's really slow and turned off by default. It's really slow! Theseus makes a lot of edits so the maps are large. I...

From the UI, there is no way. It wouldn't be hard to overwrite the values in `main.less`: - Call counts: https://github.com/adobe-research/theseus/blob/master/src/main.less#L102-L186 - Dead code, etc: https://github.com/adobe-research/theseus/blob/master/src/main.less#L46-L80 Hmm, I should look...