Leo

Results 26 comments of Leo

``` // FooBar // @Description 这是描述 // @param foo 参数1 // @param foobar 参数2 // @return error 错误 ``` 参数和注释对其?

看起来排版效果会好很多,我这周或下周加上这个功能

识别逻辑和生成逻辑应该是通用的,都是解析文本,后续抽空看下vscode的插件开发文档

无法复现,最好能提供下代码的上下文。

你的goland是什么版本的 我这边用/**也是正常的,如果有问题建议先替换下注释的格式,可以使用 // 的格式 ![image](https://user-images.githubusercontent.com/18205561/116222510-3cf15200-a781-11eb-87c2-74a223d12774.png)

👌,我这是goland 2021.1没有问题 我更新到goland 2021.1.1看下

一直没有复现,我再排查下,你们如果需要在弹窗页面排版好看点,可以用这个模版(中间是一个tab) ``` // // ${function_name} // @Description: ${todo} // @receiver ${receiver_name_type} // @param ${param_name_type} // @return ${ret_name_type} // ``` ![image](https://user-images.githubusercontent.com/18205561/116362341-877fd680-a834-11eb-8183-7b67211b37db.png)

> ![image](https://user-images.githubusercontent.com/60461226/116484343-77f7a080-a8bb-11eb-99a4-8e26c5349699.png) > ![image](https://user-images.githubusercontent.com/60461226/116484685-28fe3b00-a8bc-11eb-9391-174728799ceb.png) > 另外还有个问题,模板添加这个页面字体和背景都是白色的 这个是我的问题 TextArea 没有设置颜色 默认是白色的 不会跟随暗黑模式进行切换

> ![image](https://user-images.githubusercontent.com/60461226/116485356-95c60500-a8bd-11eb-939a-f8d6b886e43b.png) > 感觉似乎是goland的问题? 可能是编码的问题 但我这边没有出现这种情况,你这个是windows系统吗

> > > ![image](https://user-images.githubusercontent.com/60461226/116485356-95c60500-a8bd-11eb-939a-f8d6b886e43b.png) > > > 感觉似乎是goland的问题? > > > > > > 可能是编码的问题 但我这边没有出现这种情况,你这个是windows系统吗 > > 是的,我这边是windows系统,win10 19043.928 现在手里没有windows的,放假后回去试下windows看下