Skip to content

Hammster/twitch-chat

Folders and files

NameName
Last commit message
Last commit date
Jan 28, 2018
Feb 1, 2018
Jan 30, 2018
Feb 18, 2018
Jan 29, 2018
Jan 28, 2018
Feb 1, 2018
Jan 28, 2018
Feb 1, 2018
Feb 1, 2018
Jan 28, 2018
Jul 19, 2019

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