Code formatting like Visual Studio Follow
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
Please sign in to leave a comment.
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 .