npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

extra-cursor-caret-height

v1.1.2

Published

Add extra cursor caret heigh for better visibility

Downloads

5

Readme

📐 Extra Cursor Caret Height

Make your cursor easier to see by increasing the caret (text cursor) height in VS Code. This extension is inspired by Sublime Text’s feature, aiming to improve visibility and comfort for users who prefer a more prominent text cursor during editing.


Extension Marketplace

You can find and install the Extra Cursor Caret Height extension from the Visual Studio Code Marketplace here:

Extra Cursor Caret Height - VS Code Marketplace


✨ Features

  • 🔼 Adds extra height to the blinking text cursor (caret).
  • 🎯 Fully customizable — choose how tall you want the cursor to be.
  • ♻️ Automatically replaces previous patches if reapplied.
  • 🧼 Clean reset — patch is removed by reset command.

📸 Preview

🔹 Regular Caret

Regular Caret


🔸 With Extra Caret Height Enabled

With Extra Caret Height


You can clearly see the difference between the default caret height and the enhanced version provided by the Extra Cursor Caret Height extension.


🛠️ Usage

  1. Open the Command Palette (Ctrl+Shift+P or Cmd+Shift+P).
  2. Search for Extra Cursor Caret Height: Apply Height.
  3. Enter the desired height in pixels (e.g., 30).
  4. Exit the editor and reopen editor to see the changes.

Tutorial

✅ The new height will be applied after reload.

Reset Height

  1. To reset the height you can use the command: Extra Cursor Caret Height: Reset Height
  2. Exit the editor and reopen editor to see the changes.

🔄 Reapplying

If you run the command again, it will:

  • Remove the previous patch.
  • Apply the new one.

🧹 Uninstallation/Revert

When the extension is deactivated or uninstalled, it:

  • Please reset heigh using command Extra Cursor Caret Height: Reset Height before uninstall or deactivate.

⚠️ Disclaimer

Note: It is not recommended to use it with "editor.cursorStyle": "underline" or "underlineThin", as these styles are not visually compatible with the caret height adjustment.

This extension modifies the internal file:

workbench.desktop.main.css

Use with caution. If VS Code updates, the patch may be lost or reset.

Additionally, after the patch is applied, VS Code may show a warning:

⚠️ "Your installation appears to be corrupted."

This is expected behavior when internal files are modified and does not indicate actual corruption or malicious activity. The extension only makes a minimal, reversible change to enhance the caret height.

You can safely ignore the warning, or remove the patch by Extra Cursor Caret Height: Reset Height command and restarting VS Code.


👤 Author

MD. Shibbir Ahmed 🔗 https://shibbirweb.github.io 📧 [email protected] 🐙 @shibbirweb on GitHub