简体   繁体   中英

How to make CLion automatically build on save

I remember when I program Java in Eclipse, Eclipse can automatically build the project whenever I change a java file.

Is it possible for CLion to automatically build my C++ project as well?

I'm asking this because compilation in my project (depending on ROS) is slow, and I often realize that I should waste less time on this.

Learn to press build instead of save (I have eclipse keyboard shortcuts so I press -B). Build saves the files automatically.

Maybe reassign build to -S

And to answer "Some programmer dude": The build is in the background so you can continue working if you so like.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM