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

Incorrect prompt when entering parameters #536

Closed
serg3295 opened this issue May 13, 2021 · 0 comments
Closed

Incorrect prompt when entering parameters #536

serg3295 opened this issue May 13, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@serg3295
Copy link
Contributor

Describe the bug
When entering function parameters, the prompt for the next parameter is displayed incorrectly if 'alias' is one of parameters.

To Reproduce

---@alias name_al number
---| 'al1' # al1
---| 'al2' # al2

---description
---@param pal number
---@param pa2 name_al
---@param pa3 number
---@param pa4 number
function foo(pal, pa2, pa3, pa4) end

Screenshots
luasrv10

Environment

  • OS: Windows, Mint
  • Is WSL remote? no
  • Client: VSCode
@sumneko sumneko added the bug Something isn't working label May 13, 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

No branches or pull requests

2 participants