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(必填) 一个清楚而简洁的bug描述。 未添加static关键字可以正常生成
添加static关键字无法正常解析参数 inline关键字同样 注释设置(必填): { "files.autoGuessEncoding": true, "leetcode.endpoint": "leetcode-cn", "fileheader.configObj": { "createFileTime": true, "language": { "languagetest": { "head": "/$$", "middle": " $ @", "end": " $/" } }, "autoAdd": false, "autoAddLine": 100, "autoAlready": true, "annotationStr": { "head": "/*", "middle": " * @", "end": " */", "use": false }, "headInsertLine": { "php": 2, "sh": 2 }, "beforeAnnotation": { "文件后缀": "该文件后缀的头部注释之前添加某些内容" }, "afterAnnotation": { "文件后缀": "该文件后缀的头部注释之后添加某些内容" }, "specialOptions": { "特殊字段": "自定义比如LastEditTime/LastEditors" }, "switch": { "newlineAddAnnotation": true }, "supportAutoLanguage": [], "prohibitAutoAdd": [ "json" ], "prohibitItemAutoAdd": [ "项目的全称, 整个项目禁止自动添加头部注释, 可以使用快捷键添加" ], "moveCursor": true, "dateFormat": "YYYY-MM-DD HH:mm:ss", "atSymbol": [ "@", "@" ], "atSymbolObj": { "文件后缀": [ "头部注释@符号", "函数注释@符号" ] }, "colon": [ ": ", "" ], "colonObj": { "文件后缀": [ "头部注释冒号", "函数注释冒号" ] }, "filePathColon": "路径分隔符替换", "showErrorMessage": false, "wideSame": false, "wideNum": 13, "functionWideNum": 0, "CheckFileChange": false, "createHeader": false, "useWorker": false, "designAddHead": false, "headDesignName": "random", "headDesign": false, "cursorModeInternal": false, "Description": "message" }, "fileheader.customMade":{ "Author": "Moller", "Date": "Do not edit", "LastEditTime": "Do not edit", "LastEditors": "Do not edit", "FilePath": "Do not edit", "brief": "" }, "fileheader.cursorMode": { "brief ":"", "param":"", "return":"" }, "C_Cpp.updateChannel": "Insiders" } VsCode设置:
文件后缀(必填): c文件
你得到的注释(必填):
预期的行为:
预期得到的注释/行为:
屏幕截图(选填)
如果方便的话,添加截图来帮助解释你的问题:
问题相关(选填) 在这里添加关于这个问题的任何其他上下文。
The text was updated successfully, but these errors were encountered:
fix: 修复c语言添加关键字导致参数解析失败的问题 #289
4db0f0b
更新插件,改bug 已修复。
Sorry, something went wrong.
No branches or pull requests
描述bug(必填)
一个清楚而简洁的bug描述。
未添加static关键字可以正常生成
添加static关键字无法正常解析参数
inline关键字同样
注释设置(必填):
{
"files.autoGuessEncoding": true,
"leetcode.endpoint": "leetcode-cn",
"fileheader.configObj": {
"createFileTime": true,
"language": {
"languagetest": {
"head": "/$$",
"middle": " $ @",
"end": " $/"
}
},
"autoAdd": false,
"autoAddLine": 100,
"autoAlready": true,
"annotationStr": {
"head": "/*",
"middle": " * @",
"end": " */",
"use": false
},
"headInsertLine": {
"php": 2,
"sh": 2
},
"beforeAnnotation": {
"文件后缀": "该文件后缀的头部注释之前添加某些内容"
},
"afterAnnotation": {
"文件后缀": "该文件后缀的头部注释之后添加某些内容"
},
"specialOptions": {
"特殊字段": "自定义比如LastEditTime/LastEditors"
},
"switch": {
"newlineAddAnnotation": true
},
"supportAutoLanguage": [],
"prohibitAutoAdd": [
"json"
],
"prohibitItemAutoAdd": [
"项目的全称, 整个项目禁止自动添加头部注释, 可以使用快捷键添加"
],
"moveCursor": true,
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"atSymbol": [
"@",
"@"
],
"atSymbolObj": {
"文件后缀": [
"头部注释@符号",
"函数注释@符号"
]
},
"colon": [
": ",
""
],
"colonObj": {
"文件后缀": [
"头部注释冒号",
"函数注释冒号"
]
},
"filePathColon": "路径分隔符替换",
"showErrorMessage": false,
"wideSame": false,
"wideNum": 13,
"functionWideNum": 0,
"CheckFileChange": false,
"createHeader": false,
"useWorker": false,
"designAddHead": false,
"headDesignName": "random",
"headDesign": false,
"cursorModeInternal": false,
"Description": "message"
},
"fileheader.customMade":{
"Author": "Moller",
"Date": "Do not edit",
"LastEditTime": "Do not edit",
"LastEditors": "Do not edit",
"FilePath": "Do not edit",
"brief": ""
},
"fileheader.cursorMode": {
"brief ":"",
"param":"",
"return":""
},
"C_Cpp.updateChannel": "Insiders"
}
VsCode设置:
文件后缀(必填):
c文件
你得到的注释(必填):
预期的行为:
预期得到的注释/行为:
屏幕截图(选填)
如果方便的话,添加截图来帮助解释你的问题:
问题相关(选填)
在这里添加关于这个问题的任何其他上下文。
The text was updated successfully, but these errors were encountered: