Hover preview 🚀 - VsCode extension [BETA]
This is a simple vscode extension used for previewing your html elements while hovering.
Currently made for html files only.
[!NOTE]
This is still in beta, currently this extension will create a temp file in your working directory to render the html (called .hoverpreview.temp.html
), we'll soon change that. Please refer to roadmap
You must wait for the extension to completely load to preview
What is Hover preview?
We have all come across front-end codes that we don't understand because of lack of visual cues. Like the
one shown below
Now it can become overwhelming at first glance if you have no prior experience in the CSS library or framework used in the code. So to make it easier Hover Preview provides you with a quick preview of what it the element would look like in the browser.
Why use Hover preview?
- Less toggling between Browser and VsCode.\
- Get quick glance of the elements.
- Easier to learn new CSS frameworks.
- Easily understand other's code with visual preview, making it ideal learning tool.
- Save time.
- Improve productivity.
Features of Hover Preview 🌟
- Preview HTML pages on Hover.
- Preview Specific elements.
- Configure screen size.
Limitations
- Currently only available for HTML files.
- Cannot interact wth the preview.
- Animations won't be played in preview.
Extension Settings
Settings.json
{
"hoverPreview.previewSize": { // changes the preview size on hover tooltip
"width": 200, // default size
"height": 200 // default size
},
}
Optional user License
To support open-source development you can purchase a one-time license, which comes with additional
benefits such as priority support, Free landing pages, lifetime updates and more.
Type |
Individual / Hobbyist |
Small startup (Team of 5) |
Growing (Team of 10) |
Team of 20 |
description |
You didn't have to, but you did because you support open-source ❤️ |
You understand how much impact it can have in your startup and want to support its development |
You want to support this tools development |
You support this tools development and other open-source programs |
No of license |
1 |
5 |
10 |
20 |
Lifetime license (one-time purchase) |
✅ |
✅ |
✅ |
✅ |
Priority support (Your issues and feature request will be given priority, over non-members) |
✅ |
✅ |
✅ |
✅ |
Lifetime updates |
✅ |
✅ |
✅ |
✅ |
Early access to specific features |
✅ |
✅ |
✅ |
✅ |
Complementary free landing page |
a developers portfolio |
a SaaS landing page |
a SaaS landing page |
a SaaS landing page |
Price |
$19 |
~~$95~~ $49 (save 48.42%) |
~~$190~~ $99 (save 47.89%) |
~~$380~~ $199 (save 47.63%) |
|
Get individual license |
Get startup license |
Get growth license |
Get scale license |
More stuff will be added from time-to-time for premium users.
Roadmap 🗺️
Please refer to roadmap
Enjoy!
License
License held by Paul, Github: PaulleDemon, Dev.to: https://dev.to/paul_freeman
The source code is under AGPL license, this doesn't affect the end user.