View what's going on in chat while you're busy in the editor
- Input any Twitch username
- See chat in real time
- Install the extension
- Open your VSCode settings and search for
twitchChatExtension.twitchUsername
, and input your Twitch username - Open the command palette (
Ctrl+Shift+P
orCmd+Shift+P
on Mac) and search forTwitch Chat
This extension contributes the following settings:
twitchChatExtension.twitchUsername
: Sets the username of the channel you wish to show in the extension
- No badge/emote support
Users appreciate release notes as you update your extension.
Initial release
- Setting for adding username
- Shows chat in real time
- Adding images
- Updating the branding of the extension such as renaming and adding an image
- Updated the
README
to show how to use the extension
Thank you for your interest in contributing to the Twitch Chat Extension for Visual Studio Code! This was developed for my own needs, but I welcome contributions from the community to help improve and enhance the extension.
To contribute to this project, please follow these guidelines:
If you encounter any bugs, have feature requests, or want to suggest improvements, please open an issue on the GitHub repository. When reporting an issue, please provide the following information:
- A clear and descriptive title
- Steps to reproduce the issue
- Expected behavior and actual behavior
- Screenshots or error messages, if applicable
- Visual Studio Code version and extension version
We welcome pull requests for bug fixes, new features, or improvements. To submit a pull request, please follow these steps:
- Fork the repository and create a new branch for your feature or bug fix.
- Ensure that your code adheres to the project's coding style and conventions.
- Write clear and concise commit messages.
- If your pull request addresses an existing issue, please reference the issue number in your commit message or pull request description.
- Make sure that your changes do not introduce any new errors or warnings.
- Test your changes thoroughly to ensure they work as expected.
- Submit the pull request, providing a detailed description of the changes made and the problem it solves.
Please follow these code style guidelines when contributing to the project:
- Use meaningful variable and function names.
- Write comments to explain complex logic or algorithms.
- Maintain consistent indentation and formatting.
- Avoid introducing new linting errors or warnings.
Before submitting a pull request, make sure to test your changes thoroughly. If you added new features or made significant modifications, please include appropriate tests to ensure the stability and reliability of the extension.
If your contribution includes new features or changes existing functionality, please update the relevant documentation in the README.md
file or any other appropriate documentation files.