Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bakkdoor/subfancy
Sublime Text 2 Plugin for Fancy
https://github.com/bakkdoor/subfancy
Last synced: 1 day ago
JSON representation
Sublime Text 2 Plugin for Fancy
- Host: GitHub
- URL: https://github.com/bakkdoor/subfancy
- Owner: bakkdoor
- Created: 2012-07-09T23:08:53.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-07-13T02:09:45.000Z (over 12 years ago)
- Last Synced: 2023-04-11T18:18:23.332Z (over 1 year ago)
- Language: Python
- Size: 113 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SubFancy - Sublime Text 2 Fancy interaction plugin
SubFancy adds live editing and metadata support for Fancy to Sublime Text 2.
The communication happens in the background over MessagePack RPC.Any SubFancy command makes a request to a SubFancy process running in the background (written in Fancy and running a MessagePack RPC server) and deals with its response.
### Planned features so far:
* Jump to class / method definition **(nearly done)**
* Eval Fancy code in the current context
* Live auto-completion
* Live debugger with support for:
* breakpoints
* locals & stack inspection
* stepping / skipping / jumping callframes