I recall that when selecting a block of text in Sublime Text the status bar used to display the word count. This answer confirms that I recall correctly, Sublime Text 3 used to show that information:

enter image description here

I'm running Sublime Text 4 (Build 4143) and this information is no longer displayed. Only lines and character counts are shown:

enter image description here

Is this feature hidden in the settings somewhere or did ST remove it entirely? If so, why??

2

1 Answer

Sublime does not and has never had this power without a plugin. Seen below is a screen shot of the last version of Sublime Text 3 with no settings or packages and some text selected.

The counts displayed are for the selected lines and characters, but not words; there is also no setting in the core that enables this.

Sublime Text 3 image of selected text

The answer you linked is to a question where someone is asking about the WordCount package itself, and in particular asking about how to apply a setting. The answer states that you just need to select text to see counts in the status bar without having to set any setting, which is true:

Sublime Text 3 with the WordCount plugin installed

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 and acknowledge that you have read and understand our privacy policy and code of conduct.