Visual Studio Code extension project to perform sentiment analysis on text. Uses the npm sentiment library to analyze sentiment based on the AFINN word list.
Features:
Negative words in the AFINN list are underlined with a warning squiggly and also noted in the Problems tab.
Overall sentiment of the document (plaintext/markdown) is displayed in the status bar:
Command Palette
Sentiment: perform sentiment analysis : to analyze manually.