microsoft / vscode-wordcount

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

Average read time output #7

Closed nickjj closed 6 years ago

nickjj commented 7 years ago

It would be nice if the average read time were output in addition to the word count. A wordsReadPerMinute setting could be exposed to configure it (defaulting to 200).

Typically in a Markdown writing scenario word count and average read time go hand in hand.

Haroenv commented 6 years ago

https://marketplace.visualstudio.com/items?itemName=vinzi.wordscounter and https://marketplace.visualstudio.com/items?itemName=kirozen.wordcounter both have this feature

nickjj commented 6 years ago

Thanks, yeah I've been using https://marketplace.visualstudio.com/items?itemName=kirozen.wordcounter for a while now and it works great.

gregvanl commented 6 years ago

Closing as this is just a simple extension example and there is a community extension which meets the need for average read time.