Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-04 | #992 | 最萌小汐 | |
using `Snippet` only when `callSnippet` is `Both` | |||
2022-04-04 | fix(completion): optional arguments may not continued | kevinhwang91 | |
If the arguments are all optional or variable until the end, we can truncate them directly. | |||
2022-04-03 | feat(completion): truncate arguments for callSnippet | kevinhwang91 | |
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-03 | fix formatting | Crollie Rollz | |
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-04-01 | update | 最萌小汐 | |
2022-04-01 | update | 最萌小汐 | |
2022-03-31 | cleanup | 最萌小汐 | |
2022-03-30 | update | 最萌小汐 | |
2022-03-29 | update | 最萌小汐 | |
2022-03-02 | Merge remote-tracking branch 'origin/master' into 3.0 | 最萌小汐 | |
2022-03-02 | improve completion | 最萌小汐 | |
2022-02-16 | Merge commit '12d6a9eb75f31b64cbc89eb3265805bc8dad01f0' into 3.0 | 最萌小汐 | |
2022-02-15 | cleanup | 最萌小汐 | |
2022-02-10 | remove noder and searcher | 最萌小汐 | |
2022-02-09 | cleanup | 最萌小汐 | |
2022-02-09 | fix completion | 最萌小汐 | |
`triggerCharacter` is `nil` when typing letters and numbers | |||
2022-02-08 | Merge pull request #944 from kevinhwang91/improve-postfix | 最萌小汐 | |
feat(postfix): add templates | |||
2022-02-08 | feat(postfix): reduce its priority and add templates | kevinhwang91 | |
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-08 | reduced sorting priority for postfix completion | sumneko | |
2022-02-08 | fix #937 | sumneko | |
2022-01-23 | show relative path in completion | sumneko | |
2022-01-23 | get scoped files | sumneko | |
2022-01-23 | fix | sumneko | |
2022-01-21 | Avoid O(n^2) `require` computations | 最萌小汐 | |
2022-01-13 | add detail for require name | 最萌小汐 | |
2022-01-12 | improve completion speed | 最萌小汐 | |
2022-01-06 | minor improve | 最萌小汐 | |
2022-01-06 | update `isIncomplete` | 最萌小汐 | |
2022-01-04 | dose not need `get_id` anymore | 最萌小汐 | |
2021-12-30 | update | 最萌小汐 | |
2021-12-30 | update | 最萌小汐 | |
2021-12-30 | Merge remote-tracking branch 'origin/master' into multi-workspace | 最萌小汐 | |
2021-12-24 | update | 最萌小汐 | |
2021-12-24 | fix | 最萌小汐 | |
2021-12-24 | disable cache in completion | 最萌小汐 | |
2021-12-21 | Merge remote-tracking branch 'origin/master' into multi-workspace | sumneko | |
2021-12-21 | fix runtime errors | 最萌小汐 | |
2021-12-15 | `FIX` completion: incorrect cache | 最萌小汐 | |
2021-12-06 | fix #842 | 最萌小汐 | |
2021-12-02 | Merge remote-tracking branch 'origin/master' into multi-workspace | sumneko | |
2021-12-02 | fix postfix | 最萌小汐 | |
2021-11-27 | split searcher | sumneko | |
2021-11-25 | cleanup | 最萌小汐 | |
2021-11-24 | postfix add `insert`, `remove`, `concat` | 最萌小汐 | |
2021-11-24 | postifx supports `++` and `++?` | 最萌小汐 | |
2021-11-24 | fix | 最萌小汐 | |
2021-11-24 | resolve #655 | 最萌小汐 | |
2021-11-24 | @method | 最萌小汐 | |