My own toolset to make console interaction in C# much more neat and fancy.
This includes:
- A bunch of helper functions (
ConsoleUtilsclass, to simplify colorful output and some other stuff); - ScriptBench - a simple, though powerful console code editor with custom highlighting support.
ISyntaxHighlighterinterface is also for that purpose.
Here it is, working as a part of Axion toolset:

ScriptBench doesn't support console resizing for now, it'll crash if you reduce console size while editing.