summaryrefslogtreecommitdiff
path: root/script/core/hover/args.lua
AgeCommit message (Collapse)Author
2022-06-26#1207最萌小汐
return names and parentheses can be used in `DocFunction`
2022-06-09view infer must specify uri最萌小汐
2022-04-26cleanup最萌小汐
2022-04-22update optional of parameter最萌小汐
2022-04-14cheanup最萌小汐
2022-04-08update最萌小汐
2022-04-06Merge commit '63b360689f0c2c99a1ae410518f6866f49972f98' into 3.0最萌小汐
2022-04-04fix(completion): use args table instead of args string to parse snippetkevinhwang91
For now, we parse the `@param f fun(a: any, b: any)` as two placeholders instead of one. BTW, use table have a slightly better performance than spliting args string.