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.
Asked
Active
Viewed 7.1k times
3 Answers
44
If you double click around 'Length' in status bar, this window will pop up:

I hope it is what you looking for.
yahyaman
- 571
1
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)
Harvey
- 21
1
No plugin is needed.
Just select the text and then look in the status bar below for the letter count.
WilliamK
- 111