summaryrefslogtreecommitdiff
path: root/script/core/completion/postfix.lua
AgeCommit message (Collapse)Author
2024-08-01fix: incorrect `CompletionItemKind` for postfix snippetsTyler Miller
2024-06-25Add postfix snippet for `unpack`Yi Ming
2023-03-01snip for `continue` and `ifcall`最萌小汐
2022-04-06chore(postfix): pretty postfix descriptionkevinhwang91
Under Lua code, we should remove redundant placeholders. Unfortunately, $%d placeholders will result in empty string.
2022-02-15cleanup最萌小汐
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
2021-12-30update最萌小汐
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-24fix最萌小汐
2021-11-24resolve #655最萌小汐
2021-11-24@method最萌小汐
2021-11-24description最萌小汐
2021-11-23xpcall最萌小汐
2021-11-23make VSCode happy最萌小汐
2021-11-23make VSCode happy最萌小汐
2021-11-23cleanup最萌小汐