Shortcut to AutoCompile on Remix?

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?

I do use the compile button or save the contract also run the compiler (ctrl+s)

Carlos Z

3 Likes

I had no clue that CTRL+s == compile ! Thank you so much, makes workflow a little bit smoother :slight_smile:

2 Likes

I was unaware of the keyboard shortcut, good info to have thank you @thecil! . Also if you are interested in having Auto-compile on it is located in the compiler configuration section of the Compiler tab

AUTO-COMPILE

1 Like