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

completion.callSnippet设置Replace后函数调用片段补全错误 #443

Closed
MrZ626 opened this issue Mar 6, 2021 · 0 comments
Closed
Labels
bug Something isn't working

Comments

@MrZ626
Copy link

MrZ626 commented Mar 6, 2021

Describe the bug
补全函数调用片段时,比如有函数a.b.c,输入a.b.后可以看到有a.b.c的补全,但是按确定时变成了a.b.b.c(...)

To Reproduce
先把设置Lua.completion.callSnippet设为Replace
love-api.zip
导入上面这个love-api到外部函数库(不知道放在工程文件内能不能复现)
输入love.graphics.
随便挑一个函数调用片段(不是关键词)
确认补全

Expected behavior
要出现a.b.c(...)

Screenshots
1
2

Environment (please complete the following information):

  • OS: [e.g. Windows, macOS, Ubuntu] -Windows 10
  • Is WSL remote? - No
  • Client: [e.g. VSCode, neovim] -VSCode
@MrZ626 MrZ626 changed the title completion.callSnippet设置在补全函数调用片段时有问题 completion.callSnippet设置Replace后函数调用片段补全错误 Mar 7, 2021
@sumneko sumneko added the bug Something isn't working label Mar 8, 2021
@sumneko sumneko closed this as completed in 46069db Mar 8, 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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants