Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 最萌小汐 | |
2021-11-24 | description | 最萌小汐 | |
2021-11-23 | xpcall | 最萌小汐 | |
2021-11-23 | make VSCode happy | 最萌小汐 | |
2021-11-23 | make VSCode happy | 最萌小汐 | |
2021-11-23 | cleanup | 最萌小汐 | |
2021-11-23 | cleanup | 最萌小汐 | |