Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-18 | parse path in `source` | 最萌小汐 | |
2022-07-18 | #1255 | 最萌小汐 | |
diagnostic for enum | |||
2022-07-16 | doc.enum | 最萌小汐 | |
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-14 | resolve #1112 | 最萌小汐 | |
only show signatures matching the entered parameters | |||
2022-07-14 | bind source for class | 最萌小汐 | |
2022-07-14 | support char | 最萌小汐 | |
2022-07-14 | `---@source` | 最萌小汐 | |
2022-07-14 | fix | 最萌小汐 | |
2022-07-12 | resolve #1124 supports path in link | 最萌小汐 | |
2022-07-12 | contravariance is allowed at the class declaration | 最萌小汐 | |
2022-07-12 | unnecessary tag | 最萌小汐 | |
2022-07-12 | fix | 最萌小汐 | |
2022-07-12 | unreachable-code | 最萌小汐 | |
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 | small fix | 最萌小汐 | |
2022-07-08 | resolve #993 supports multi-types | 最萌小汐 | |
2022-07-08 | cleanup | 最萌小汐 | |
2022-07-07 | resolve #970 read comments in `---@type` | 最萌小汐 | |
2022-07-07 | resolve #619 `diagnostics.unusedLocalExclude` | 最萌小汐 | |
2022-07-06 | support `call` | 最萌小汐 | |
2022-07-06 | semantic and completion description | 最萌小汐 | |
2022-07-06 | completion and diags for operator | 最萌小汐 | |
2022-07-06 | dose not infer as `nil` by `t.field = nil` | 最萌小汐 | |
2022-07-06 | resolve #1285 ignore `nil` in `getfield` | 最萌小汐 | |
2022-07-06 | improve diag | 最萌小汐 | |
2022-07-05 | resolve #1065 show detail for `doc.type.table` | 最萌小汐 | |
2022-07-05 | resolve #899 no longer generate parameter types | 最萌小汐 | |
with setting `completion.callSnippet` | |||
2022-07-05 | resolve #1254 can suppress syntax errors | 最萌小汐 | |
2022-07-05 | resolve #1280 | 最萌小汐 | |
2022-07-03 | fix | 最萌小汐 | |
2022-07-01 | fix #1257 don't need to return if returns nil | 最萌小汐 | |
2022-07-01 | cleanup | 最萌小汐 | |
2022-06-30 | add many delays in diagnostics | 最萌小汐 | |
2022-06-29 | don't check `t.field = nil` | 最萌小汐 | |
2022-06-29 | fix #1249 | 最萌小汐 | |
2022-06-28 | cleanup | 最萌小汐 | |
2022-06-28 | some fix | 最萌小汐 | |
2022-06-28 | cleanup | 最萌小汐 | |
2022-06-28 | new diag `return-type-mismatch` | 最萌小汐 | |
2022-06-28 | diag `missing-return` | 最萌小汐 | |
2022-06-28 | new diag ``redundant-return-value`` | 最萌小汐 | |
2022-06-28 | fix diags | 最萌小汐 | |