Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Ultimate HoverNew to Visual Studio Code? Get it now.
Ultimate Hover

Ultimate Hover

szpro

|
3,226 installs
| (18) | Free
Enhances your hover displays, enriches your data presentation and improves your development workflow.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Ultimate Hover

Enhances your hover displays, enriches your data presentation and improves your development workflow

Features

There are multiple different hover improvements included in this extension, working seamlessly in any type of a file. Below is a list of all hover improvements!

URL


Hover over a URL to instantly determine the availability of the linked service, displaying error codes if unavailable. If the URL directs to an image, experience a live preview of the image simply by hovering over the link, allowing quick insights before clicking.

url_available

url_notavailable

url_image

File path


When hovering over an absolute or relative file path, expect insights into the potential file, showcasing additional details tailored to the file type. For images (also .gifs), enjoy a live preview; for text files, view formatted text snippets. For unrecognized extensions, access general file information like memory usage and creation time etc. providing valuable insights with each hover. For path to directory, gain a preview showcasing the files and folders contained within it.

Note that relative file paths will only work for saved files and paths containing file extension.

Image file

file_image

Text file

file_text

file_text

Unrecognized file

file_other

Folder

folder_hover

Color


Hover over a hexadecimal color representation to instantly visualize the corresponding color. Experience immediate color display by simply hovering over the hexadecimal code.

Fully opaque

binary

Additionally, observe the color with a white border to visualize semi-transparent and transparent colors as you hover over the hexadecimal code, offering a clearer understanding of opacity variations.

Semi transparent

binary

Fully transparent

binary

Number


When hovering, you'll discover the equivalent Base 10 representation of a given number in a different base.

Currently, our system supports conversions from:

Binary to Base 10

binary

Octal to Base 10

octal

Hexadecimal to Base 10

hexadecimal

Additional Features

Automatically selects and highlights hovered text


If ultimateHover.selectHoveredText option is true, hovered text will be automatically selected and highlighted, all ready for copy-pasting.

selectHoverText

Automatically creates hyperlinks for files


If ultimateHover.fileHyperlinks option is true, extension will be automatically creating hyperlinks (same as default VSCode functionality for URLs) for all found file paths.

filesHyperlinks

Extension Settings

This extension contributes the following settings:

  • ultimateHover.fileTextFirstLineDisplayedIndex: Set index of first line displayed on a hover of a file text, starts from 0.

  • ultimateHover.fileTextMaxLinesDisplayed: Set maximum amount of lines displayed on a hover of file text.

  • ultimateHover.imageUseOriginalSize: Set whether image displayed on hover will be displayed in original size.

  • ultimateHover.imageSize: Set size of the image displayed on a hover. Only works when ultimateHover.imageUseOriginalSize is false.

  • ultimateHover.fileRawExtensions: Set additional list of file extensions (or regex matching them), which will be treated as text files on the hover.

  • ultimateHover.selectHoveredText: Set whether hovered text from this extension, will be automatically selected and highlighted.

  • ultimateHover.fileHyperlinks: Set whether you want automatic hyperlinks creation for all found files.

Known Issues

  • Relative file paths only work on saved files.
  • File path needs to have extension, name itself is not sufficient.
  • Path to folder cannot be relative path.

Feature request

Please make feature requests / report issues on Ultimate Hover public gitlab repo

Support

If you enjoy this extension and you want to support it. Please feel free to donate using Paypal (@szpr0) or Revolut, every contribution is very appreciated. Thank you!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft