Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-13 | cleanup | 最萌小汐 | |
2022-08-08 | fix #1422 | 最萌小汐 | |
2022-07-25 | fix #1370 | 最萌小汐 | |
2022-07-18 | #1255 completion for `doc.enum` | 最萌小汐 | |
2022-07-18 | #1255 hover for `doc.enum` | 最萌小汐 | |
2022-07-18 | parse path in `source` | 最萌小汐 | |
2022-07-18 | #1255 | 最萌小汐 | |
diagnostic for enum | |||
2022-07-16 | doc.enum | 最萌小汐 | |
2022-07-14 | bind source for class | 最萌小汐 | |
2022-07-14 | support char | 最萌小汐 | |
2022-07-14 | `---@source` | 最萌小汐 | |
2022-07-14 | fix | 最萌小汐 | |
2022-07-14 | fix #1330 | 最萌小汐 | |
2022-07-11 | resolve #1066 | 最萌小汐 | |
dose not show unknown `---@XXX` as description | |||
2022-07-11 | resolve #1029 | 最萌小汐 | |
treat _ENV = {} as local _ENV = {} local _ENV = nil will disable all globals local _ENV = {} will enable all globals local _ENV = {} ---@type mathlib will open globals in mathlib | |||
2022-07-11 | Revert "resolve #1209" | 最萌小汐 | |
This reverts commit 3820962ca2d23d525bc8417c8088e7eeb667cba1. | |||
2022-07-11 | resolve #1209 | 最萌小汐 | |
treat `_ENV = {}` as `local _ENV = {}` `local _ENV = nil` will disable all globals `local _ENV = {}` will enable all globals `local _ENV = {} ---@type mathlib` will open globals in mathlib | |||
2022-07-11 | fix #1317 | 最萌小汐 | |
2022-07-08 | resolve #993 supports multi-types | 最萌小汐 | |
2022-07-08 | cleanup | 最萌小汐 | |
2022-07-08 | cleanup | 最萌小汐 | |
2022-07-07 | fix #880 | 最萌小汐 | |
2022-07-06 | fix | 最萌小汐 | |
2022-07-06 | completion and diags for operator | 最萌小汐 | |
2022-07-06 | support unary operator | 最萌小汐 | |
2022-07-06 | cleanup | 最萌小汐 | |
2022-07-05 | #1254 more non-standard symbols | 最萌小汐 | |
2022-07-05 | #1280 `doc.diagnostic` don't break docs | 最萌小汐 | |
2022-07-04 | stash | 最萌小汐 | |
2022-07-04 | stash | 最萌小汐 | |
2022-06-30 | clean up | 最萌小汐 | |
2022-06-29 | don't check `t.field = nil` | 最萌小汐 | |
2022-06-29 | resolve #1248 supports spaces before `--[[@as]]` | 最萌小汐 | |
2022-06-28 | fix | 最萌小汐 | |
2022-06-28 | cleanup | 最萌小汐 | |
2022-06-28 | parse `---@return ...` a `---@return ... unknown` | 最萌小汐 | |
2022-06-28 | new diag `return-type-mismatch` | 最萌小汐 | |
2022-06-28 | diag `missing-return` | 最萌小汐 | |
2022-06-28 | fix #1242 | 最萌小汐 | |
wrong `sindex` in multi-assign which last exp is `call` or `varargs` | |||
2022-06-28 | fix diags | 最萌小汐 | |
2022-06-28 | Merge pull request #1241 from FAForever/array-contents-support | 最萌小汐 | |
Array contents support | |||
2022-06-27 | #1240 use faster `isInString` | 最萌小汐 | |
2022-06-27 | diagnostic `missing-return-value` | 最萌小汐 | |
2022-06-27 | fix | 最萌小汐 | |
2022-06-27 | enable autocomplete of array enum | Kevin Hahn | |
2022-06-26 | #1207 | 最萌小汐 | |
return names and parentheses can be used in `DocFunction` | |||
2022-06-25 | resolve #1226 | 最萌小汐 | |
semicolons and parentheses can be used in `DocTable` | |||
2022-06-23 | update | 最萌小汐 | |
2022-06-23 | update | 最萌小汐 | |
2022-06-23 | update | 最萌小汐 | |