Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-01 | fix: incorrect `CompletionItemKind` for postfix snippets | Tyler Miller | |
2024-06-25 | Add postfix snippet for `unpack` | Yi Ming | |
2023-03-01 | snip for `continue` and `ifcall` | 最萌小汐 | |
2022-04-06 | chore(postfix): pretty postfix description | kevinhwang91 | |
Under Lua code, we should remove redundant placeholders. Unfortunately, $%d placeholders will result in empty string. | |||
2022-02-15 | cleanup | 最萌小汐 | |
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 | |
2021-12-30 | update | 最萌小汐 | |
2021-12-02 | Merge remote-tracking branch 'origin/master' into multi-workspace | sumneko | |
2021-12-02 | fix postfix | 最萌小汐 | |
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 | 最萌小汐 | |