+ 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*/
3 Respuestas
+ 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 :)
+ 1
You can use regions. IDE will let you subtract the region area.
0
thank u so much😊