Hello Guys!
Today i'm going to show you a simple, yet pretty cool way to speed your coding.
I'm going to make a small serie divided in 3-4 parts, explaining simple ways to speed your coding.
Before i start this tutorial, i'm going to say that if yuo do know this TIP/Method to speed your coding, good for you. This tutorial is more centered in people who are starting to code.
Well, let's start:
[HIDE]
In this part i will explain how to use/call Code Snippets.
What are Code Snippets?
Microsoft: "Code snippets are small blocks of reusable code that can be inserted in a code file using a context menu command or a combination of hotkeys. They typically contain commonly-used code blocks such as try-finally or if-else blocks, but they can be used to insert entire classes or methods."
I use Code Snippets, to speed my coding, since i dont have to write the full code.
For example.
Instead of writting " Messagebox.Show("Test"); " , i just write "mbox" and then press TAB.
As shown here:
There are lots of examples like this, but here is the full list:
If you don't want to use your Browser, you can just open the Snippets Menu, pressing Ctrl+K and Ctrl+X, where you want to put the snippet.
[/HIDE]
Hope you guys enjoyed my tutorial, and i'll see you guys in my next part 😉
I will try to post Part 2 this week or the next one, so stay tuned 😉