- Python code navigation (goto definition and quick outline) and completion based on Rope refactoring library. Also Snaked can provide additional type information for rope static object infer system to allow you to complete every object in the project.
- Light UI without unnecessary widgets.
- Keyboard oriented control.
- Tabbed or windowed interface on your choice.
Installing
sudo pip install snaked
Documentation
You can find detailed editor documentation in the folowing page: Snaked user manual
Feel free to post any issues, ideas and suggestions on Github page or in comments.