Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Markdown Word CountNew to Visual Studio Code? Get it now.
Markdown Word Count

Markdown Word Count

Curly Brackets

|
4,099 installs
| (3) | Free
A Word Count extension for Markdown and plain text files,support CJK and Emoji, support selection count.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Markdown Word Count

简体中文 ∙ 日本語 ∙ 한국어

This is a simple extension for counting words in Markdown and plain text files. It can display the word count in the bottom status bar.

In addition to supporting languages that use spaces to separate words, it also supports languages that do not use spaces, such as CJK characters (Chinese, Korean, Japanese) and Emoji.

Features

  • Multi-language Support
  • Count words, lines, characters, and characters with spaces
  • Selection text count

Multi-language Support

Currently supports recognition of:

  • Languages that use spaces to separate words (e.g., English)
  • CJK characters, such as Chinese, Japanese, Korean
  • Emoji

Support CJK and Emoji

Multiple Counts

Currently supports counting of words, lines, characters, and characters with spaces.

By default, word count is shown in the status bar. All counts are shown in the tooltip that appears when you hover over the status bar item.

Default Effect

You can customize the status bar content via config markdown-word-count.statusBarCounts.

Selection text count

This extension supports counting selected text.

Selection Count

You can disable it via config markdown-word-count.selectionCount.

Settings

the following settings:

  • markdown-word-count.statusBarCounts: customize the content shown in status bar.
  • markdown-word-count.selectionCount: enable/disable selection count feature.
  // default settings.json
  "markdown-word-count.statusBarCounts": {
      "words": true,
      "lines": false,
      "characters": false,
      "charactersWithSpaces": false
  },
  "markdown-word-count.selectionCount": false

Feedback and Support

Welcome open issue to the GitHub repo, if there are any feedback (problems with usage, find a bug, feature request, language support and so on).

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