A few times now while following along the tutorials I got stuck, mainly because I’ve noticed Filip doesn’t recompile his code before deploying after every error was fixed, for some reason he was able to just click deploy each time and the contracts would deploy recompiled…
While I did the same, my code kept deploying the same compiled code over and over again, it was not until I went back into the compiler and hit “compile”, that redeploying the contract would output the updated codeset…
So my question is, is there a keyboard shortcut that @filip is using to compile his code before hitting the deploy button?