We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
描述bug(必填) fileheader.configObj中的colonObj有时候不生效,随便改了点地方又有一次可以,然后又不行了
注释设置(必填): "fileheader.cursorMode": { "brief":"", "param":"", "return":"" }, "fileheader.configObj": { "colonObj":{ "cpp":[" "," "] }, "language": { "h/hpp/cpp": { "head": "/**", "middle": "* @", "end": "*/" }, }, "autoAdd": false }
文件后缀(必填): cpp
你得到的注释(必填):
预期的行为:
The text was updated successfully, but these errors were encountered:
fix: 修复无法自定义文件后缀的冒号和@符号的问题 #280
@
ed00122
更新插件,该问题已修复,如果觉得插件不错的话,就点个star吧~
Sorry, something went wrong.
No branches or pull requests
描述bug(必填)
fileheader.configObj中的colonObj有时候不生效,随便改了点地方又有一次可以,然后又不行了
注释设置(必填):
"fileheader.cursorMode": {
"brief":"",
"param":"",
"return":""
},
"fileheader.configObj": {
"colonObj":{
"cpp":[" "," "]
},
"language": {
"h/hpp/cpp": {
"head": "/**",
"middle": "* @",
"end": "*/"
},
},
"autoAdd": false
}
文件后缀(必填):
cpp
你得到的注释(必填):
预期的行为:
The text was updated successfully, but these errors were encountered: