An extension that allows you (the developer) to automate redundant tasks by writing code directly interfacing with your IDE. (basically allows you to create glorified macros using c#) You can find it in View > Other Windows > MacroScript. The UI consists of a run button to run the current script, a textbox for a file name (to save/load that script to your documents folder), a load button to load a file from your documents folder, a save button to save the current script to the file name and the script content itself (If you know how to create a c# editor object in a visual studio extension tool window please do consider contributing to the plugin to make it better https://github.com/thesilvercraft/MacroScript ) |