mziyabo / vscode-sentiment-extension

vscode sentiment extension based on the AFINN word list

Home Page:https://marketplace.visualstudio.com/items?itemName=mziyabo.vscode-sentiment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

vscode sentiment extension based on the AFINN word list

https://marketplace.visualstudio.com/items?itemName=mziyabo.vscode-sentiment

License:Other


Languages

Language:TypeScript 91.2%Language:JavaScript 8.8%