elazarcoh / simply-view-image-for-python-debugging

visual studio code extension simply view the image of the image variables when debugging python
https://marketplace.visualstudio.com/items?itemName=elazarcoh.simply-view-image-for-python-debugging
MIT License
54 stars 6 forks source link

Navigating between images using keyboard #90

Closed artium-rsipvision closed 6 months ago

artium-rsipvision commented 6 months ago

I would like to have the ability to use keyboard keys (for example up/down) to easily switch between the available images.

Other, optional lower priority features in that spirit would be:

  1. "Disabling" an image so the keyboard navigation skips over it.
  2. Reordering the list of images via drag and drop.

Thank you for your great work!