Skip to content
| Marketplace
Sign in
Visual Studio Code
>
Other
>
qcassistant
New to Visual Studio Code?
Get it now.
qcassistant
ruandh
|
137 installs
|
(
0
)
|
Free
Installation
Launch VS Code Quick Open (
Ctrl+P
), paste the following command, and press enter.
Copy
Copied to clipboard
More Info
Overview
Version History
Q & A
Rating & Review
qcassistant
编码规范检查
编码规范在文件保存时进行检查,目前支持的语言与检测功能如下表:
lua
C#
行尾无空格
√
√
无冗余空行
√
√
无 tab
√
√
文件头注释
√
√
注释前空行
√
√
注释符号后加空格
√
√
行尾分号
√
运算符左右加空格
√
√
命名空间
√
函数/属性命名规则
√
public 函数/属性等需要增加注释
√