koro1FileHeader icon indicating copy to clipboard operation
koro1FileHeader copied to clipboard

VSCode插件:自动生成,自动更新VSCode文件头部注释, 自动生成函数注释并支持提取函数参数,支持所有主流语言,文档齐全,使用简单,配置灵活方便,持续维护多年。

Results 100 koro1FileHeader issues
Sort by recently updated
recently updated
newest added

正常配置,函数注释没有正常显示,而是出现神兽保佑永无BUG等图案

使用vim插件(https://marketplace.visualstudio.com/items?itemName=vscodevim.vim)时,我只是按a或者i从normal模式进入insert模式。实际没有修改任何东西就会被插件判断成修改文件从而自动修改上面的最后编辑时间。在一年前的时候没有出现过这个问题。我无法具体说出是哪个版本出现的问题

请问我想对结构体进行注释,应该如何操作呢?

每次返回值都是null, 还需要自己复制一下 ![image](https://user-images.githubusercontent.com/57312796/182062537-a466ff5a-27d6-448f-827b-df829ce8c22d.png)

windows环境下 FilePath字段生成的文件路径和python的 flake8规则冲突 比如filePath生成的是 : ''' FilePath : **\C**enter\app\admin\test.py Author : name Date : 2022-07-23 01:19:32 LastEditors : name LastEditTime : 2022-07-23 01:21:06 Description : "" ''' flake8提示 :invalid escape...

**想要支持新的语言:** 语言:hexo 目前插件生成的模板: ```无法支持 ``` 提供你最终想要的注释模板: ```hexo --- title: date: '' categories: tags: abbrlink: --- ``` **您的特性请求是否与问题相关?请描述** 无法使用。 **描述一下你想要的解决方案.** 自定义配置模板,可以自定义变量 https://github.com/SilentVoid13/Templater **描述你考虑过的备选方案** 该插件可以使用 https://github.com/SilentVoid13/Templater **其他相关**

### 注意!很多问题都可以在[配置字段查看所有配置](https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE%E5%AD%97%E6%AE%B5)中和issue里得到解决! ### 注意!很多问题都可以在[配置字段查看所有配置](https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE%E5%AD%97%E6%AE%B5)中和issue里得到解决! ### 注意!很多问题都可以在[配置字段查看所有配置](https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE%E5%AD%97%E6%AE%B5)中和issue里得到解决! ### 注意: 1. 可以先试一下常见问题中的方法. 2. 然后搜一搜以前关闭的issue看有没有相似的问题可以帮助解决问题。 3. 打开`fileheader.configObj.showErrorMessage`看看没有没有报错信息 4. issue提的越清晰,越容易定位问题/找到bug,越快速的解决问题。 #### 注意!请一定要按照规范来提Issue,这样问题能更快的得到解决! #### 注意!请一定要按照规范来提Issue,这样问题能更快的得到解决! #### 注意!请一定要按照规范来提Issue,这样问题能更快的得到解决! ### 描述bug(必填) mdx文件不能自定义后缀捏 **注释设置(必填):** VsCode设置: ```js "fileheader.configObj": {...

![image](https://user-images.githubusercontent.com/4076317/176988934-e16a0668-9b96-4e76-94cc-ed52b1b83c72.png) 简介描述为: ctrl + alt + I, ctrl + alt + T 实际上的默认快捷键为 ![image](https://user-images.githubusercontent.com/4076317/176988971-e2987779-47ac-49a7-823b-7f0050351d98.png) ![image](https://user-images.githubusercontent.com/4076317/176988999-bdbd3ca1-b1fe-432c-8352-ab51fa411d43.png) 并且 ctrl + alt + I, ctrl + alt + T 并没有被其他插件占用 ![image](https://user-images.githubusercontent.com/4076317/176989123-8742db88-dc05-4265-88bb-3f40b7248227.png) ![image](https://user-images.githubusercontent.com/4076317/176989110-75b2b1e7-7b60-4986-b8c1-74a4d7229f31.png)

### 描述bug(必填) 函数注释无法识别指针的指针 **注释设置(必填):** VsCode设置: ```json // 与设置无关,空的配置文件也是这样 "fileheader.configObj": { "autoAdd": true, // 检测文件没有头部注释,自动添加文件头部注释 "autoAddLine": 100, // 文件超过多少行数 不再自动添加头部注释 "autoAlready": true, // 只添加插件支持的语言以及用户通过`language`选项自定义的注释 "beforeAnnotation": { "py": "#!/usr/bin/env python\n# coding=UTF-8" },...

Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...

dependencies