I doubt if Studio will be able to compile them faster than Terminal can. After all, when Studio compiles them, it asks the server to do the work. That's also where your Terminal compile happens.
You could run the compile command you would use in Terminal within Studio using the output window. However, the only "speed boost" would be time saved from not launching and logging in to Terminal.
If you're suffering from really slow compile times, it might just be that your namespace is huge, or a sign of a need to upgrade your hardware.
Get in touch with either WRC or your sales engineer, and they'll happily help out.
Press F7 in Studio to compile all classes in a current project.
In terminal:
to compile all classes.
I doubt if Studio will be able to compile them faster than Terminal can. After all, when Studio compiles them, it asks the server to do the work. That's also where your Terminal compile happens.
You could run the compile command you would use in Terminal within Studio using the output window. However, the only "speed boost" would be time saved from not launching and logging in to Terminal.
If you're suffering from really slow compile times, it might just be that your namespace is huge, or a sign of a need to upgrade your hardware.
Get in touch with either WRC or your sales engineer, and they'll happily help out.