lua-language-server
                                
                                 lua-language-server copied to clipboard
                                
                                    lua-language-server copied to clipboard
                            
                            
                            
                        [问题] 自动填充
How are you using the lua-language-server?
Visual Studio Code Extension (sumneko.lua)
Which OS are you using?
Windows
What is the issue affecting?
Other
Expected Behaviour
如何 自动填充一个表 例如
` template = { a = 1 b = 1 c = 1 } ---@param a template fun test(a) xxxx end
test{ a = , b = , c = , } ` 填充成这样 我只要写text{ } 里面的 a= xxx,b = xxx,c = xxx 可以实现类似的方法吗
Actual Behaviour
无
Reproduction steps
- Go to '...'
- Click '...'
- See error '...'
Additional Notes
No response
Log File
No response
现成的功能没有, 但是你可以试试万能的copilot