Skip to content
New issue

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

函数信息提示窗格式建议 #495

Closed
wcb33 opened this issue Apr 6, 2021 · 2 comments
Closed

函数信息提示窗格式建议 #495

wcb33 opened this issue Apr 6, 2021 · 2 comments
Labels
bug Something isn't working Info Needed More information is required

Comments

@wcb33
Copy link

wcb33 commented Apr 6, 2021

参数这一栏之间被加了额外的换行,看起来不是很协调,加上窗体本身高度不是很高,大量的信息都需要进行翻页才能看到。
建议移除这个换行。

image
原注释
image

@sumneko sumneko added the bug Something isn't working label Apr 6, 2021
@sumneko
Copy link
Collaborator

sumneko commented Apr 6, 2021

我这边只能复现出着色有问题(而且看起来是VSCode的问题),空行没能复现。请提供一个演示给我。

@sumneko sumneko added the Info Needed More information is required label Apr 6, 2021
@wcb33
Copy link
Author

wcb33 commented Apr 6, 2021

VSCode:1.55.0
插件:1.20.2
OS:Ubuntu in WSL2

新开的文件夹以及新文件
文件内容:

-- @description: When message is recved, the fm will call this function.
-- @param:
--    a(string) -> test
--    b(string) -> test2
--    c(string) -> test3
-- @return: 
--    1 -> yes
--    2 -> yesorno
function test(a,b,c)
    print('test')
end

效果:
image

@sumneko sumneko closed this as completed in 862e4f0 Apr 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Info Needed More information is required
Projects
None yet
Development

No branches or pull requests

2 participants