Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-02 | `---@see` use workspace-symbol | 最萌小汐 | |
#1344 | |||
2022-11-01 | improve field attribute | 最萌小汐 | |
2022-11-01 | cleanup | 最萌小汐 | |
2022-10-31 | add `---@package` | 最萌小汐 | |
2022-10-27 | add support for `---@public` | 最萌小汐 | |
2022-10-25 | some fix | 最萌小汐 | |
2022-10-25 | fix | 最萌小汐 | |
2022-10-25 | `---@private` and `---@protected` | 最萌小汐 | |
#1316 | |||
2022-10-24 | supports `private`, `protected` and `public` | 最萌小汐 | |
#1316 | |||
2022-10-20 | fix #1642 | 最萌小汐 | |
2022-10-17 | cleanup | 最萌小汐 | |
2022-10-17 | use `state` instead of `uri` for converter | 最萌小汐 | |
The state may have changed when responding, so we need to use the state when requesting. Try not to get the state on the spot. | |||
2022-10-11 | fix #1608 | 最萌小汐 | |
2022-09-28 | fix #1593 | 最萌小汐 | |
2022-09-21 | stack | 最萌小汐 | |
2022-09-07 | fix #1529 | 最萌小汐 | |
2022-09-06 | fix | 最萌小汐 | |
2022-09-06 | fix #1526 | 最萌小汐 | |
2022-09-06 | fix #1493 | 最萌小汐 | |
2022-08-29 | `document-symbol` supports block | 最萌小汐 | |
2022-08-13 | fix #1446 | 最萌小汐 | |
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 | 最萌小汐 | |