lua-language-server icon indicating copy to clipboard operation
lua-language-server copied to clipboard

[问题] 自动填充

Open Delent0 opened this issue 1 year ago • 1 comments

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

  1. Go to '...'
  2. Click '...'
  3. See error '...'

Additional Notes

No response

Log File

No response

Delent0 avatar Mar 09 '24 08:03 Delent0

image 现成的功能没有, 但是你可以试试万能的copilot

CppCXY avatar Mar 11 '24 01:03 CppCXY