Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-15 | resolve #1230 | 最萌小汐 | |
show enums for variables | |||
2022-07-15 | resolve #1224 show comments for `doc.field` | 最萌小汐 | |
2022-07-15 | fix hover | 最萌小汐 | |
2022-07-15 | fix | 最萌小汐 | |
2022-07-15 | fix comments | 最萌小汐 | |
2022-07-12 | resolve #1124 supports path in link | 最萌小汐 | |
2022-07-12 | fix | 最萌小汐 | |
2022-07-11 | resolve #1066 | 最萌小汐 | |
dose not show unknown `---@XXX` as description | |||
2022-07-08 | cleanup | 最萌小汐 | |
2022-07-07 | resolve #970 read comments in `---@type` | 最萌小汐 | |
2022-07-05 | resolve #1065 show detail for `doc.type.table` | 最萌小汐 | |
2022-06-26 | #1207 split `...(param)` and `...(return)` | 最萌小汐 | |
displayed in enums of hover | |||
2022-06-26 | #1207 | 最萌小汐 | |
return names and parentheses can be used in `DocFunction` | |||
2022-06-23 | update | 最萌小汐 | |
2022-06-22 | stash | 最萌小汐 | |
2022-06-16 | small fix | 最萌小汐 | |
2022-06-16 | can set `table` or `class` to `nil` | 最萌小汐 | |
2022-06-16 | don't show `any` as field node | 最萌小汐 | |
2022-06-15 | check nil | 最萌小汐 | |
2022-06-13 | new runner | 最萌小汐 | |
2022-06-09 | #1061 completion for `doc.type.code` | 最萌小汐 | |
2022-06-09 | view infer must specify uri | 最萌小汐 | |
2022-05-23 | fix #1125 | 最萌小汐 | |
2022-04-26 | fix #1092 | 最萌小汐 | |
2022-04-26 | cleanup | 最萌小汐 | |
2022-04-26 | don't show number as is | 最萌小汐 | |
2022-04-25 | fix runtime errors | 最萌小汐 | |
2022-04-23 | update hovering table | 最萌小汐 | |
fields beginning with underlines are sorted to the last | |||
2022-04-22 | display optional field in table | 最萌小汐 | |
2022-04-22 | update optional of parameter | 最萌小汐 | |
2022-04-17 | fix optional | 最萌小汐 | |
2022-04-16 | fix #1061 | 最萌小汐 | |
2022-04-16 | update hover | 最萌小汐 | |
2022-04-14 | cheanup | 最萌小汐 | |
2022-04-13 | cleanup | 最萌小汐 | |
2022-04-11 | fix #1037 | 最萌小汐 | |
2022-04-09 | update | 最萌小汐 | |
2022-04-08 | fix | 最萌小汐 | |
2022-04-08 | cleanup | 最萌小汐 | |
2022-04-08 | update | 最萌小汐 | |
2022-04-08 | cleanup | 最萌小汐 | |
2022-04-07 | update | 最萌小汐 | |
2022-04-07 | doc.type.boolean | 最萌小汐 | |
2022-04-07 | update | 最萌小汐 | |
2022-04-06 | update | 最萌小汐 | |
2022-04-06 | Merge commit '63b360689f0c2c99a1ae410518f6866f49972f98' into 3.0 | 最萌小汐 | |
2022-04-05 | update | 最萌小汐 | |
2022-04-05 | update | 最萌小汐 | |
2022-04-05 | update | 最萌小汐 | |
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. |