📌  相关文章
📜  如何在 Visual Studio 中取消注释 - 无论代码示例

📅  最后修改于: 2022-03-11 14:55:51.492000             🧑  作者: Mango

代码示例2
shift+alt+A //Toggles comments in VScode.

//Note : You need to select only the text you wish to uncomment when uncommenting
//That is, do not select the "/*" or the "*/"