https://github.com/tkf/emacs-jedi-direx
Tree style source code viewer for Python buffer
https://github.com/tkf/emacs-jedi-direx
Last synced: about 1 year ago
JSON representation
Tree style source code viewer for Python buffer
- Host: GitHub
- URL: https://github.com/tkf/emacs-jedi-direx
- Owner: tkf
- Created: 2013-05-23T14:06:12.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2016-01-07T15:27:22.000Z (over 10 years ago)
- Last Synced: 2025-02-01T22:42:28.998Z (over 1 year ago)
- Language: Emacs Lisp
- Size: 236 KB
- Stars: 71
- Watchers: 8
- Forks: 9
- Open Issues: 12
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
=================================================
Tree style source code viewer for Python buffer
=================================================
You can view Python code (right) in a tree style viewer (left):
.. image:: http://farm4.staticflickr.com/3784/8804246558_0b3c998050_o.png
:target: http://www.flickr.com/photos/arataka/8804246558/
TODO: make it installable via el-get and MELPA.
Setup
=====
Example to open the viewer by `C-c x` in Python buffer::
(eval-after-load "python"
'(define-key python-mode-map "\C-cx" 'jedi-direx:pop-to-buffer))
(add-hook 'jedi-mode-hook 'jedi-direx:setup)
Requirements
============
- `jedi.el `_
- `direx.el `_