Qt 6.11 is out! See what's new in the release
blog
Bulk way to comment all cout
-
Is there a bulk way to comment all cout functions in current file opened in QT ?
-
Is there a bulk way to comment all cout functions in current file opened in QT ?
@kapabahwuk said in Bulk way to comment all cout:
Is there a bulk way to comment all cout functions in current file opened in QT ?
You could do a bulk search-and-replace to replace
std::coutwith// std::cout -
@kapabahwuk said in Bulk way to comment all cout:
Is there a bulk way to comment all cout functions in current file opened in QT ?
You could do a bulk search-and-replace to replace
std::coutwith// std::cout