An open API service indexing awesome lists of open source software.

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

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 `_