summaryrefslogtreecommitdiff
path: root/script/core/completion
AgeCommit message (Collapse)Author
2022-04-04#992最萌小汐
using `Snippet` only when `callSnippet` is `Both`
2022-04-04fix(completion): optional arguments may not continuedkevinhwang91
If the arguments are all optional or variable until the end, we can truncate them directly.
2022-04-03feat(completion): truncate arguments for callSnippetkevinhwang91
The callSnippet always expands all the optional arguments and variable argument that is annoying. To truncate optional arguments and variable arguments help users more frequently use `callSnippet`. We already have the label and signature to get the total arguments. This behavior is like tsserver.
2022-04-03fix formattingCrollie Rollz
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-04-01update最萌小汐
2022-04-01update最萌小汐
2022-03-31cleanup最萌小汐
2022-03-30update最萌小汐
2022-03-29update最萌小汐
2022-03-02Merge remote-tracking branch 'origin/master' into 3.0最萌小汐
2022-03-02improve completion最萌小汐
2022-02-16Merge commit '12d6a9eb75f31b64cbc89eb3265805bc8dad01f0' into 3.0最萌小汐
2022-02-15cleanup最萌小汐
2022-02-10remove noder and searcher最萌小汐
2022-02-09cleanup最萌小汐
2022-02-09fix completion最萌小汐
`triggerCharacter` is `nil` when typing letters and numbers
2022-02-08Merge pull request #944 from kevinhwang91/improve-postfix最萌小汐
feat(postfix): add templates
2022-02-08feat(postfix): reduce its priority and add templateskevinhwang91
In the language server like gopls, which supports `var` to assign variable and `range` to iterate collection, we should add these templates for postfix in Lua as well.
2022-02-08reduced sorting priority for postfix completionsumneko
2022-02-08fix #937sumneko
2022-01-23show relative path in completionsumneko
2022-01-23get scoped filessumneko
2022-01-23fixsumneko
2022-01-21Avoid O(n^2) `require` computations最萌小汐
2022-01-13add detail for require name最萌小汐
2022-01-12improve completion speed最萌小汐
2022-01-06minor improve最萌小汐
2022-01-06update `isIncomplete`最萌小汐
2022-01-04dose not need `get_id` anymore最萌小汐
2021-12-30update最萌小汐
2021-12-30update最萌小汐
2021-12-30Merge remote-tracking branch 'origin/master' into multi-workspace最萌小汐
2021-12-24update最萌小汐
2021-12-24fix最萌小汐
2021-12-24disable cache in completion最萌小汐
2021-12-21Merge remote-tracking branch 'origin/master' into multi-workspacesumneko
2021-12-21fix runtime errors最萌小汐
2021-12-15`FIX` completion: incorrect cache最萌小汐
2021-12-06fix #842最萌小汐
2021-12-02Merge remote-tracking branch 'origin/master' into multi-workspacesumneko
2021-12-02fix postfix最萌小汐
2021-11-27split searchersumneko
2021-11-25cleanup最萌小汐
2021-11-24postfix add `insert`, `remove`, `concat`最萌小汐
2021-11-24postifx supports `++` and `++?`最萌小汐
2021-11-24fix最萌小汐
2021-11-24resolve #655最萌小汐
2021-11-24@method最萌小汐