Useful Notepad++ Tips

Disable Auto Backup Auto backup could be very annoying when working on coding projects especially when working with git. Open Notepad++ and go to Settings->Preferences->Backup then select “None” under Backup on save. That’s it. Replace Tabs With Spaces It’s wildly accepted to indent code with 4 spaces. To automatically convert tab to spaces in Notepad++ Open Notepad++ and go … Read more

8 Free Software Development Tools For Windows

There are a set of tools that a developer needs in order to perform simple tasks. Windows OS does not offer such tools as part of the operating system, therefore you need to download and install them. #1 – Notepad++ First on the list is Notpad++. This is a powerful text editor that supports a … Read more