alexmojaki / birdseye

Graphical Python debugger which lets you easily view the values of all evaluated expressions
https://birdseye.readthedocs.io
MIT License
1.65k stars 71 forks source link

feature_request(IDE): Sublime Text integration #68

Open Kristinita opened 5 years ago

Kristinita commented 5 years ago

1. Summary

It would be nice, if will be realized integration birdseye for Sublime Text 3. Plugins for Sublime Text are written in Python.

2. Argumentation

  1. Sublime Text — second most common Python IDE (after PyCharm) by Python Software Foundation Statistics.
  2. See features of Sublime Text for Python. There is everything except the debugger.

3. Already existing Sublime Text debuggers

  1. Plugin Debugger — bugs, not developed from 2014.
  2. SublimeDebuggerbugs, poor documentation.

Thanks.

alexmojaki commented 5 years ago

Thank you for your interest and research!

Roughly, what do you visualise the integration doing? How would it be used?

Are you at all interested in writing such a plugin? I would be happy to guide you. Otherwise I don't know if or when this would happen.

Nicolaus93 commented 4 years ago

Is anybody working on this?

alexmojaki commented 4 years ago

@Nicolaus93 nope, go ahead

Nicolaus93 commented 4 years ago

@alexmojaki I would like to work on it, but I don't know where to start 😅 Are you familiar with sublime? Do you think something similar to the PyCharm plugin you have created could be done?

alexmojaki commented 4 years ago

I'm not familiar with sublime, no.

The PyCharm plugin is written in Java. There's not much possibility for code reuse. You might be able to redo the same thing, but I don't know, it depends on what sublime plugins can do.

Nicolaus93 commented 4 years ago

Ok, I'll try to check what can be done.