Describes how comments for a language work.
The line comment token, like // this is a comment
// this is a comment
The block comment character pair, like /* block comment */
/* block comment */
VS Code 插件开发中文文档 | VS Code 中文文档 | VS Code 官网文档 | VS Code 扩展市场
Generated by TypeDoc | 站长统计
Describes how comments for a language work.