Home > Software design >  How to automatically close CSS comment tag in Visual Studio Code?
How to automatically close CSS comment tag in Visual Studio Code?

Time:12-12

Is there a way to automatically close the "*/" part of css comment after I type /* ?

CodePudding user response:

Using VsCode, If you are using mac, just type want you want commented, then while your cursor is on the same line press cmd / but on if you are on windows, press ctrl /

  • Related