标签:about comm lin too com pre http bundle alt
For a file which contians lots of lines of code, we can use ‘comments region‘ to collapse the code.
import "./styles.css"; // #region setup document.getElementById("app").innerHTML = ` <h1>Hello Vanilla!</h1> <div> We use Parcel to bundle this sandbox, you can find more info about Parcel <a href="https://parceljs.org" target="_blank" rel="noopener noreferrer">here</a>. </div> `; // #endregion
[Tools] Region commands to collapse the code by group
标签:about comm lin too com pre http bundle alt
原文地址:https://www.cnblogs.com/Answer1215/p/10084251.html