I cannot find shortcuts for commenting blocks of code.
before:
int main() { std::cout << "my awesome program" << std::endl; return 0; }
CTRL + /
// int main() { // std::cout << "my awesome program" << std::endl; // return 0; //}
This is a pretty important feature for me, and I can't find it anywhere on the menu. Does kdevelop not have this feature?
Ilia Choly
source share