Character count in Notepad++

Should I install any plugins or there is build-in way to see the text length? Length in the status line gives me the byte size, not char count.

2

2 Answers

If you double click around 'Length' in status bar, this window will pop up:enter image description here

I hope it is what you looking for.

3

I suggest the TextFX Characters plugin for Notepad++.

1). Install the plugin.

2). Highlight the text you want to count.

3). From the tool bar "TextFX -> TextFX Tools -> Word Count"

It gives the word count, character count, and other information.

I use Notepad++ v8.1.4 (32-bit)

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like