[FEATURE] Show image inline in vscode plugin
Resolved 💬 2 comments Opened Apr 3, 2026 by jpzwarte Closed May 12, 2026
Preflight Checklist
- [x] I have searched existing requests and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)
Problem Statement
I asked Claude to take a screenshot using the playwright MCP server. It did this succesfully, but was not able to actually show the image inside the vscode plugin. It kept linking to the screenshot file instead of showing it inline.
Showing it inline like this can be very useful and productive. It keeps me inside vscode and not have to switch to a different app to view the screenshot.
<img width="1948" height="1062" alt="Image" src="https://github.com/user-attachments/assets/b88a5771-1537-4ead-8629-7989fa752c18" />
Proposed Solution
Show the screenshot image inline.
Alternative Solutions
_No response_
Priority
High - Significant impact on productivity
Feature Category
Interactive mode (TUI)
Use Case Example
_No response_
Additional Context
_No response_
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗