(VS like) Comment wrap for .h .c .cpp files
A free, portable, fast and simple C/C++ IDE
Brought to you by:
orwelldevcpp
0
1 /// function def
2 /// return value
3 /// input value
4 /// etc
5 int foo
6 [-] {
7 | some code
8 |_ }
9
I think it would be useful if we could
expand-contract comments in code editor
the way we do with: functions,if,while,etc.
0
1 [+] /// function def
5 [+] int foo{some code}
9