This extension allows you to execute C# script inside visual studio. It uses the script engine of Roslyn. you can try and test Visual Studio APIs from inside :-) Main features - This editor host the standard C# editor in order to get syntax highlighting. - This editor can manage multiple scripts you can activate editor by clicking in main menu "View-Other Windows-Repl Script Editor" Editor in action ! Versions : - 0.7.5
- Bug fix : load user settings at extension start
- 0.7
- Now you can customize assemblies 'references' and 'namespaces' through 'Tools-Options'
- As you can see in the screenshot, you can have templates of settings, and you can switch by using 'Custom templates' menu
- 'Xml' button generate a sample of an xml template into clipboard.
- 0.6
- Trace everything in specific output window "Repl Script Editor"
- Redirect System.Console to output window
- Set VisualStudio path in script Options
- minor fix
- 0.5
- Initial version
- this version uses a self compiled version of Roslyn script engine, because it's not yet released.
| |