-
Notifications
You must be signed in to change notification settings - Fork 38k
Closed
Labels
*extension-candidateIssue identified as good extension implementationIssue identified as good extension implementationfeature-requestRequest for new features or functionalityRequest for new features or functionality
Description
Currently only in the browser to preview the images, which is uncomfortable.So that we can't focus on the code 😭 .
This is a feature request.
Details are as follows:
-
Cmd/Ctrl +
Clickor hover preview images(The UI like Chrome DevTools).
-
Right click to copy the image to the clipboard.
-
Click on the width and height text can be inserted width and height to HTML or CSS.
after:<img src="https://code.visualstudio.com/home-screenshot-mac-lg.png" alt="Intellisense" class="screenshot"> <style> background: url(https://code.visualstudio.com/home-screenshot-mac-lg.png); </style>
before:
<img src="https://code.visualstudio.com/home-screenshot-mac-lg.png" alt="Intellisense" class="screenshot" width="750" height="451"> <style> background: url(https://code.visualstudio.com/home-screenshot-mac-lg.png); width: 750px; height: 451px; </style>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
*extension-candidateIssue identified as good extension implementationIssue identified as good extension implementationfeature-requestRequest for new features or functionalityRequest for new features or functionality
