I love Visual Studio Code. Even on my systems where I don’t code, I have it installed just to take advantage of its advanced text editing capabilities. I just found out today that VS Code can comment out a block of code! Just press Ctrl+/ to comment out code with a # in front of it. Press Ctrl+/ to un-comment that same block of code! Works across OSes.