Skip to content

mziyabo/vscode-sentiment-extension

Repository files navigation

vscode sentiment extension

Build Status Marketplace Version Marketplace Downloads

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:

Overview

Command Palette

  • Sentiment: perform sentiment analysis : to analyze manually.

Licence:

This extension is released under the Apache 2.0 License