I'm really liking this package so far, but if I type cout it transforms it into: "std::cout << "/ message /" << '\n';"
Is there a way to make this not happen if the namespace std is already defined? For now, my solution is to find all std:: and replace them with space. Sorry if it's a silly question, but I couldn't find anything in package settings.
I'm really liking this package so far, but if I type cout it transforms it into: "std::cout << "/ message /" << '\n';"
Is there a way to make this not happen if the namespace std is already defined? For now, my solution is to find all std:: and replace them with space. Sorry if it's a silly question, but I couldn't find anything in package settings.