microsoft / vscode-wordcount

Sample Word Count extension for VS Code.
Other
124 stars 80 forks source link

Suggestion: Ability to count words in non-empty selection #17

Closed toohuman closed 6 years ago

toohuman commented 6 years ago

Hello,

I would love to see the ability to select a couple of paragraphs and have the word count reflect the number of words contained in the selection.

Thanks, Michael.

gregvanl commented 6 years ago

Hi @toohuman, vscode-wordcount is a simple VS Code extension example. There are other extension on the Marketplace such as https://marketplace.visualstudio.com/items?itemName=kirozen.wordcounter which do the selection word count.