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