Update for more counting statistics (i.e. sentences, paragraphs, etc.) #26
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Had a go at adding more functionality to the word counter.
Count Highlighted Words
Took a different approach to @jfgilmore by making the status bar item change to display the number of selected words rather than showing both stats together all the time. Thought it might be a nice alternative implementation since it reduces clutter on the status bar.
Additional Counting Features
On clicking the word count status bar item or typing the command "View Word Count Summary", a notification with counting data for the document is displayed including the count of character (without spaces), sentences and paragraphs.