The problem is the following, to save the code templates I use one project with multiple folders. When I check the new code, the compiler compiles the whole huge project, although the parts in it are absolutely not interconnected. For example, this does not happen in the eclipse, so application launch is faster. What needs to be configured to compile and run local code and classes associated with it, and not the entire project?

    1 answer 1

    ctrl + shift + F10 by default starts the current open executable class. And the Run button works with the latest compiled project.

    You do not want to be friends with the keys, right-click on any place in the class that you want to run, and then choose Run.