Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-30 | respect quotation marks | 最萌小汐 | |
2023-01-16 | support `---@meta [name]` | 最萌小汐 | |
once declared `name`, user can only require this file by declared name meta file can not be required with name `_` | |||
2023-01-16 | fix #1824 | 最萌小汐 | |
2022-12-08 | cleanup | 最萌小汐 | |
2022-11-23 | fix #1717 | 最萌小汐 | |
2022-11-23 | fix #1704 | 最萌小汐 | |
2022-11-15 | fix #1698 | 最萌小汐 | |
2022-11-08 | support enums with runtime values | 最萌小汐 | |
resolved #1411 | |||
2022-11-03 | supports completion with table field of function | 最萌小汐 | |
resolve #1533 | |||
2022-11-02 | fix tests | 最萌小汐 | |
2022-11-02 | `---@see` use workspace-symbol | 最萌小汐 | |
#1344 | |||
2022-10-25 | completion checks visible | 最萌小汐 | |
#1316 | |||
2022-10-20 | ignore varargs | 最萌小汐 | |
if a function only has varargs and has `---@overload`, the varargs will be ignored resolve #1641 | |||
2022-10-20 | fix #1642 | 最萌小汐 | |
2022-10-20 | fix | 最萌小汐 | |
2022-10-12 | search fields by chain exp | 最萌小汐 | |
resolve #1222 | |||
2022-10-12 | cleanup | 最萌小汐 | |
2022-09-15 | fix #1439 | 最萌小汐 | |
2022-08-17 | pass tests | 最萌小汐 | |
2022-08-13 | fix #1451 | 最萌小汐 | |
2022-07-29 | fix #1403 | 最萌小汐 | |
2022-07-29 | fix #1395 | 最萌小汐 | |
2022-07-18 | #1255 completion for `doc.enum` | 最萌小汐 | |
2022-07-15 | resolve #1224 show comments for `doc.field` | 最萌小汐 | |
2022-07-05 | resolve #899 no longer generate parameter types | 最萌小汐 | |
with setting `completion.callSnippet` | |||
2022-06-27 | add unit tests for arrays | Kevin Hahn | |
2022-06-23 | fix completion in tablefield enums | 最萌小汐 | |
2022-06-22 | fix | 最萌小汐 | |
2022-06-09 | #1061 completion for `doc.type.code` | 最萌小汐 | |
2022-04-25 | add completion and semantic for `@cast` | 最萌小汐 | |
2022-04-19 | fix #1051 | 最萌小汐 | |
2022-04-19 | Revert "fix #3.1.1" | 最萌小汐 | |
This reverts commit 7657fefe4ab5b6ba7dcb7df7e766c115afa25787. | |||
2022-04-19 | fix #3.1.1 | 最萌小汐 | |
2022-04-16 | update hover | 最萌小汐 | |
2022-04-14 | cleanup | 最萌小汐 | |
2022-04-10 | fix repeated docname | 最萌小汐 | |
2022-04-09 | fix(completion): push (#1022) to 3.0 | kevinhwang91 | |
2022-04-08 | ref includes def | 最萌小汐 | |
2022-04-08 | Merge branch 'master' into 3.0 | 最萌小汐 | |
2022-04-06 | update | 最萌小汐 | |
2022-04-06 | feat(completion): use Lua code as snippet description | kevinhwang91 | |
2022-04-06 | Merge commit '63b360689f0c2c99a1ae410518f6866f49972f98' into 3.0 | 最萌小汐 | |
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. | |||
2022-04-04 | #992 | 最萌小汐 | |
using `Snippet` only when `callSnippet` is `Both` | |||
2022-04-04 | fix(test): add test cases for callSnippet | kevinhwang91 | |
2022-04-03 | fix(completion): call OOP emitter without colon syntax | Crollie Rollz | |
2022-04-03 | fix(completion): OOP emitter should have `self` arg | Crollie Rollz | |
3db634a3a2e48a97772065e7e9da4d29a07a8098 Align docFUnc with the call index, rather than assume it's always the 2nd arg (where "self" is concerned this is the 3rd arg) | |||
2022-03-02 | improve completion | 最萌小汐 | |
2022-02-09 | fix completion | 最萌小汐 | |
`triggerCharacter` is `nil` when typing letters and numbers |