How to make line-by-line/multiline comments in VS Code in CSS?
I want to make comments from WebStorm like this: /*.container {*/ /* display: flex;*/ /* align-items: center;*/ /* justify-content: center;*/ /* position: relative;*/ /*}*/ but in VS Code I get this: /* .logo { width: 71.92px; height: 52.7px; z-index: 12;…