if i want to minimize the comment is there any option | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

if i want to minimize the comment is there any option

cout<<"hello world"; //cout<<"hi"; /* minimize comment lines like i want to see only programm not comments but i dont want to delete comment line*/

8th Mar 2017, 6:00 AM
CH.Durga Prasanna Kumar
CH.Durga Prasanna Kumar - avatar
3 Answers
+ 2
Comments are important part of developping, I think you might be interesting to change the color of your comments inside your IDE, for example if you use a dark background IDE you change comments color to dark grey and then your code will pop up. for sure if you use white background you use light grey :)
8th Mar 2017, 6:05 AM
Geoffrey L
Geoffrey L - avatar
+ 1
You can use regions. IDE will let you subtract the region area.
8th Mar 2017, 6:06 AM
Zilvinas Steckevicius
Zilvinas Steckevicius - avatar
0
thank u so much😊
8th Mar 2017, 6:06 AM
CH.Durga Prasanna Kumar
CH.Durga Prasanna Kumar - avatar