Code formatting like Visual Studio
Hey, is there a plugin or a way that clion formats my code like MS Visual Stuido does?
Here is an example: when i type "std::cout<<"Hello World!";" in VS it formats it to: "std::cout << "Hello World";".
VS adds spaces between the commands. Clion does it when i use "reformating code" but is there a way that clion will do this automatically?
Greetings
请先登录再写评论。
Hi Oliver.
CLion still supports block auto reformat. It means that all your commands will be automatically reformatted when you will close your block. Does that help?
Nevertheless, feel free to create a feature request in the tracker: https://youtrack.jetbrains.com/issues/CPP .