Change the icon size of the user images
Design and Skin Customization
For me thats my IDE. I use PhpStorm. Its like a text editor that understands php code so can provide helpful highlighting and tips. It also connects via SFTP to my server so when using it it feels like im adjusting the code on the server directly.
It has a built-in "Search and replace" function that is able to scan over all of the code to locate something.
In reality there is one copy of the code on the server, and another on my local pc but because they are kept in sync with each other seaching on my local copy is the same as searching on the server.
PhpStorm is overkill for just doing tweaks here and there, but there are some free editors that are similar.
