Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-26 | #1207 | 最萌小汐 | |
return names and parentheses can be used in `DocFunction` | |||
2022-06-09 | view infer must specify uri | 最萌小汐 | |
2022-04-26 | cleanup | 最萌小汐 | |
2022-04-22 | update optional of parameter | 最萌小汐 | |
2022-04-14 | cheanup | 最萌小汐 | |
2022-04-08 | update | 最萌小汐 | |
2022-04-06 | Merge commit '63b360689f0c2c99a1ae410518f6866f49972f98' into 3.0 | 最萌小汐 | |
2022-04-04 | fix(completion): use args table instead of args string to parse snippet | kevinhwang91 | |
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. |