-
-
Notifications
You must be signed in to change notification settings - Fork 384
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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
Environment
- OS: Windows, Mint
- Is WSL remote? no
- Client: VSCode
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working