Visual Studio Code – How to select a huge string variable in VS Code?
So I have this huge line-by-line std::string variable which is about 58 thousand lines. How could I select my entire variable? By clicking and dragging I think it takes about 5 minutes :) This is how I stored my string:…