elpy
elpy copied to clipboard
Add a variable explorer to Elpy
PR Summary
Add a variable explorer to Elpy.
This allows to have a side-buffer displaying the variables currently defined in the associated python shell.
Todo list
- [x] Add the possibility to see a variable value in detail in another buffer
- [ ] Automatically refresh the variable explorer when executing code ?
- [x] Add keybinding in the variable explorer buffer
- [x] Add a keybinding for the variable explorer
- [x] Commits respect our guidelines
- [x] Tests are passing properly (see here on how to run Elpy's tests)
- [x] Tests has been added to cover the change
- [x] The documentation has been updated