Snippets
- Snippet is actually a shortcut to write specific code.
- To use snippet we should type the shortcut and press Tab twice
Snippet for MessageBox.Show():
Inside the Run()
method type mbox
and press Tab twice
Automatically the full call to the method is inserted to the code and the parameter "Text" is marked.
You can change the text or press Enter to accept it.
The full list of C# Snippets can be found in here:
http://msdn.microsoft.com/en-us/library/z41h7fat.aspx
Help us improve, Edit this page on GitHub
or email us at info@fireflymigration.com