I'm back to VS code for my "let's find cross platform c++ ide" journey.
Editing, compiling and debugging being different modalities in vs code is annoying. A lot of click-ty click.
The random "copy/paste does not work" still pisses me off the most.
Looks like it's Monaco issue (the VS code editor), as I get the same issue in Godbolt too. It's a know issue :(
https://github.com/microsoft/monaco-editor/issues/4855
Found new shortcut it fix it, though, press alt. ¯\_(ツ)_/¯
Editing, compiling and debugging being different modalities in vs code is annoying. A lot of click-ty click.
The random "copy/paste does not work" still pisses me off the most.
Looks like it's Monaco issue (the VS code editor), as I get the same issue in Godbolt too. It's a know issue :(
https://github.com/microsoft/monaco-editor/issues/4855
Found new shortcut it fix it, though, press alt. ¯\_(ツ)_/¯
1