0x2c7/ruby_jard

[BUG] F2 Mode doesn't work as expected

nvh0412 opened this issue · 2 comments

Describe the bug
F2 - mode didn't work as I expected

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'rails console'
  2. See all systems and application variables in variables panel
  3. Click F2 to switch mode
  4. Nothing happened

Expected behavior
The variables should be updated to show only application variables

Screenshots
If applicable, add screenshots to help explain your problem.
Screen Shot 2020-08-03 at 10 05 34

Environment (please complete the following information):

  • OS: MacOS Catalina
  • Terminal Emulator: Tmux + Iterm2
  • Do you use tmux/screen or similar tty multiplexer? tmux
0x2c7 commented

Thanks for your reporting. F2 mode is currently under development in the master branch. So, the key binding won't work (for now). I'll update this when next version is released ❤️

0x2c7 commented

This issue is fixed via #28. The code is already in master. You can check it out. I'm batching the code, and do final tests before a new release 😃