Visual StudioThis extension is a collection of functions that makes your presentation more streamlined and easier to watch. Typing out codeThe first function makes it possible to type out a snippet, character by character, by pressing any button. ![]() 1. Select some code 2. Right-click and select Create snippet 3. Name the snippet 4. Now type the name of the snippet in a comment in the code //Snippetname (most comment types work) 5. Make sure the cursor is on the same line as the comment Press CTRL + TAB + TAB The Extension now takes over, and you can press any button (except TAB) to type one character at a time. 6. To exit the extension, press TAB. The snippets are saved in a " Snippets" folder in the solution folder. CommandsCTRL + TAB + TAB is the default key combination. However, you can remap it in Tools | Options | Keyboard.In some cases, you need to remap it to make it work. There are four commands: StageCoder.Reloadsnippets If you copy snippets or manipulate them outside the extension, this will reload the snippets. StageCoder.Replacecode It will replace the comment with the snippet without typing each character. StageCoder.Typecode It will enable you to press any button (except TAB) to type one character at a time taken from the snippet. StageCoder.ToggleCodeHighlight It will toggle the code higlight Stream DeckWhile presenting, we can also use a Stream Deck by using the "Visual Studio"-plugin by Nicollas R.
Highlighting codeThe second function makes it possible to highlight code by blurring the rest of the code.
This is perfect for focusing on a specific part of the code while presenting. |