rsense / SublimeRsense

Intelligent code completion for Ruby in the Atom Editor. Requires Rsense.
18 stars 2 forks source link

Debugging #2

Open trinode opened 10 years ago

trinode commented 10 years ago

Hey,

This plugin I really want to work, but it doesn't seem to, silently failing.

RSense is started and according to the logs puma / sinatra are listening.

Is there somewhere I can see what's going on logs, console etc, or any troubleshooting tips?

edubkendo commented 10 years ago

SublimeRsense probably needs to be changed to work more like the Atom plugin. Also, there are some limitations to Rsense right now that really need fixed but I have not had time for: 1) If you aren't inside a project with a Gemfile it probably won't work. 2) If it's a rails project, it probably won't work 3) It can take a really long time for the first call to rsense to come back.

I also need to add back in a bunch of logging stuff that can be turned on with a flag or something. At first it was way too verbose, but now we have the opposite problem.