Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/baruchiro/url-title-preview
Hover over a URL to see its title (VSCode Extension)
https://github.com/baruchiro/url-title-preview
extension vscode-extension
Last synced: 4 months ago
JSON representation
Hover over a URL to see its title (VSCode Extension)
- Host: GitHub
- URL: https://github.com/baruchiro/url-title-preview
- Owner: baruchiro
- License: mit
- Created: 2024-03-08T13:45:28.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-08-18T11:27:57.000Z (6 months ago)
- Last Synced: 2024-09-29T07:01:34.171Z (4 months ago)
- Topics: extension, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=baruchiro.url-title-preview
- Size: 21.5 MB
- Stars: 6
- Watchers: 1
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# URL Title Tooltip
[![url-title-preview](https://img.shields.io/static/v1?label=vscode%20extension&message=baruchiro.url-title-preview&color=eff1f3&logo=visualstudioappcenter&link=https://marketplace.visualstudio.com/items?itemName=baruchiro.url-title-preview)](https://marketplace.visualstudio.com/items?itemName=baruchiro.url-title-preview)
![GitHub License](https://img.shields.io/github/license/baruchiro/url-title-preview)
![Visual Studio Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/baruchiro.url-title-preview)
![Visual Studio Marketplace Downloads](https://img.shields.io/visual-studio-marketplace/d/baruchiro.url-title-preview)This extension for Visual Studio Code allows you to see the title of a webpage when you hover over a URL.
## Features
- Fetches the title of a webpage at a URL and displays it in a tooltip when you hover over the URL.
- Supports both HTTP and HTTPS URLs.## How to Use
1. Install the extension in Visual Studio Code.
2. Open a text document and hover over a URL.
3. A tooltip will appear showing the title of the webpage at the URL.## Demo
![Demo](./demo.gif)
## Requirements
This extension requires Visual Studio Code to run.
## Known Issues
Please report any issues on the [GitHub repository](https://github.com/baruchiro/url-title-preview/issues/new).
## Contributing
If you have any problems or suggestions, please [open an issue](https://github.com/baruchiro/url-title-preview/issues/new) on the GitHub repository.
## License
MIT