Skip to content

Hammster/twitch-chat

Repository files navigation

Twitch Chat for Visual Studio Code

Visual Studio Marketplace Installs Rating

Logo

Features

Adds a Chat log to the Explorer view Send chat messages without leaving VScode

Screenshot

Extension Settings

These settings have to be

{
  // Generate a token here: http://www.twitchapps.com/tmi
  "twitchChat.oauth": "************",
  "twitchChat.username": "TwitchUserName",
  "twitchChat.channel": "channelname",
  // Optional: Set the amount of chatmessages that are shown
  "twitchChat.historysize": 20
}

Known Issues

Most of these issues are because of VS code extension API limitations.

  • The Chatlogs are limited to a set height, therefore text is cut off and you have to read the content by hovering the entry
  • Chat emotes are not displayed