[Tutorial] Notepad++ as basic IDE.

loving it! I’ve been using notepad++ for years now, and it’s simply the best.
You just use your windows explorer to find the files you’re looking for, double click them and they open up in a fraction of a second, with correct highlighting and all. Furthermore it does not assume to be anything other than an editor. It does not auto correct, it does not complete your code. This makes it never lag, and you automatically become much more immersed in your code.

Now, I admit I use VS too, but if I’m just scripting on one or 2 classes, VS is just overkill.