Speed your coding P...
 
Notifications
Clear all

Speed your coding Part 1


BoliBerrys
Posts: 82
Topic starter
(@BoliBerrys)
Trusted Member
Joined: 10 years ago

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:

Code Snippets

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 😉

Reply
3 Replies
LEGACYY
Posts: 2350
(@legacyy)
Noble Member
Joined: 9 years ago

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:

Hidden content cannot be quoted.

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 😉

Here something you dont see everyday, Nice Thread bro keep up the work 😉

Reply
Cyb3r
Posts: 1598
(@cyb3r)
Noble Member
Joined: 10 years ago

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:

Hidden content cannot be quoted.

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 😉

This is dope I never knew there's something similar for VS I use PHPStorm Live Templates which do the same exact job but of course for PHP and other languages who is supported by the IDE.

Thanks for sharing this i'm definitely going to use it.

Reply
BoliBerrys
Posts: 82
Topic starter
(@BoliBerrys)
Trusted Member
Joined: 10 years ago

Here something you dont see everyday, Nice Thread bro keep up the work 😉

This is dope I never knew there's something similar for VS I use PHPStorm Live Templates which do the same exact job but of course for PHP and other languages who is supported by the IDE.

Thanks for sharing this i'm definitely going to use it.

Glad you guys liked it 😀

Reply