Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Character InsightsNew to Visual Studio Code? Get it now.
Character Insights

Character Insights

netzmensch.com

|
1 install
| (0) | Free
It constantly counts the characters within a open editor
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Character Insights

  • Character Insights
    • Screenshot
    • Purpose
    • Features
    • Privacy
    • Requirements
    • Extension Settings
    • Usage
    • Installation
      • Official way
      • Manual way
    • Known Issues
    • Hidden Issues
    • Release Notes
      • 1.0.0 Preview: Initial release for setting up the project
      • 1.0.1 Preview: First version with working features
    • Future (maybe) features

Screenshot

VS Code Preview Screenshot: Character Insights status bar and command in action.

Purpose

This extension has been created, as a fast tool to count the length of a text. As at my work i need to take part on surveys quite often. Some fields have a very limited space and I wanted to have a tool that is counting for me, while I was writing. Quick search didn't found what I where searching for, but showing, I'm not the only one that has a need for it.

Features

  • Shows the character absolute count of the currently open document in the VS Code status bar.
  • Optionally includes or excludes whitespace characters from the count (configurable).
  • Offers a Goto-CMD that allows you to go straight to an absolute position in the document.
  • Includes Status bar item that can be clicked to trigger the goto command.

Privacy

All actions are done on the local machine without calling any third party libraries. Therefore it remains as secure as your Visual Studio Code is anyway.

Requirements

No special requirements. Works with any text document in VS Code.

Extension Settings

This extension contributes the following setting:

  • character-insights.includeWhitespace: Include whitespace characters in the character count (default: true).

Usage

  1. Install the extension (see below).
  2. Open any text document in VS Code.
  3. View the character count in the status bar (bottom left or right).
  4. Change the setting character-insights.includeWhitespace in VS Code settings to toggle whitespace counting.
  5. Click the status bar item or call character-insights.gotoCharacter Command.

Installation

Official way

In VS Code:

  1. Open Extension Tab
  2. Search for character-insights
  3. Install the Extension

On the Web:

  1. Go to Plugin page: marketplace.visualstudio.com
  2. Search for character-insights
  3. Install the Extension

Manual way

  1. Get .vsix from any source that you trust or by build it your self
  2. In VS Code, open the Command Palette and select Extensions: Install from VSIX....
  3. Choose your .vsix file to install.

Known Issues

None known at this time. 😎

Hidden Issues

No idea but, a few I would guess 😅

Release Notes

1.0.0 Preview: Initial release for setting up the project

  • Initial release of Character Insights and publishing test

1.0.1 Preview: First version with working features

  • Added the initial features that this extension was meant to have

Future (maybe) features 😎

  • Show the absolute current cursor position
  • Adjustable warnings and alarms per file

Enjoy using Character Insights!

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