Streamer.bot C# for Visual Studio CodeWrite Streamer.bot C# code with up to date IntelliSense from your Streamer.bot installation. FeaturesAutoCompleteCombines autocomplete for standard C# methods with autocomplete for Streamer.bot specific code by referencing your local Streamer.bot installation, ensuring that it does not get out of date. SnippetsSnippets for common actions!
Guided Project CreationThe New File Creation with TemplateQuick creation of new C# files with a starting template when inside a Streamer.bot project directory with the Copy Full File Contents into Streamer.botPreprocessor directives allow multiple C# files in the same project without class name conflicts, while still allowing the entire file to be copied into Streamer.bot's editor.
This is kept minimal by including the Streamer.bot specific usings in the project file instead of each cs file. Keep your editor looking clean with automatic folding of the preprocessor directive sections RequirementsRequires the C# Extension for IntelliSense. Extension SettingsThis extension contributes the following settings:
AcknowledgementsThis extension is my attempt to add a layer of convenience to a fantastic tutorial on using VS Code to write Streamer.bot C#, written by Rondhi. Known IssuesNo current issues. Release Notes1.0.0Initial release of the Streamer.bot C# extension |