summaryrefslogtreecommitdiff
path: root/test/completion
AgeCommit message (Collapse)Author
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
2022-02-08fix #937sumneko
2022-01-23add logssumneko
2022-01-23fix #920sumneko
2022-01-06fix test最萌小汐
2021-12-30fix最萌小汐
2021-12-24update最萌小汐
2021-12-24cleanup最萌小汐
2021-12-21Merge remote-tracking branch 'origin/master' into multi-workspacesumneko
2021-12-06fix #842最萌小汐
2021-12-02Merge remote-tracking branch 'origin/master' into multi-workspacesumneko
2021-12-02fix postfix最萌小汐
2021-11-25cleanup最萌小汐
2021-11-24postfix add `insert`, `remove`, `concat`最萌小汐
2021-11-24postifx supports `++` and `++?`最萌小汐
2021-11-24@method最萌小汐
2021-11-23xpcall最萌小汐
2021-11-23make VSCode happy最萌小汐
2021-11-23make VSCode happy最萌小汐
2021-11-23cleanup最萌小汐
2021-11-22fix最萌小汐
2021-11-22resolve #727最萌小汐
2021-11-19fix duplicate class in completion最萌小汐
2021-11-08cleanup最萌小汐
2021-11-03fix #780最萌小汐
2021-11-02mark async最萌小汐
2021-10-26update test最萌小汐
2021-09-29fix最萌小汐
2021-09-29resolve #587最萌小汐
2021-09-27no longer infer by usage最萌小汐
2021-09-22update最萌小汐
2021-09-22update最萌小汐
2021-09-18update最萌小汐
2021-09-18update最萌小汐
2021-09-18update最萌小汐
2021-09-17update test最萌小汐
2021-08-24fix最萌小汐
2021-08-24fix最萌小汐
2021-08-24fix #660最萌小汐
2021-08-23fix最萌小汐
2021-08-23completion: improve misspelling results最萌小汐
2021-08-19always incomplete最萌小汐
2021-08-18cleanup markdown最萌小汐
2021-08-11sort pairs最萌小汐