Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-05 | #1018 cleanup logs | 最萌小汐 | |
2022-04-04 | fix(completion): avoid unnecessary file sep as trigger chars | kevinhwang91 | |
Language clients such as coc.nvim have multiple completion sources that may contain a file path completion source triggered by `/` or `\`. However, if users use the default requireSeparator `.` setting under lua-language-server, type `/` or `\` in a string will fire a lot of unless items whose priority is high than file path items and make file path items at the bottom of candidates. | |||
2022-01-18 | pass tests | 最萌小汐 | |
2022-01-05 | fix completion | 最萌小汐 | |
2021-12-30 | update | 最萌小汐 | |
2021-12-30 | update | 最萌小汐 | |
2021-11-25 | cleanup | 最萌小汐 | |
2021-11-24 | postifx supports `++` and `++?` | 最萌小汐 | |
2021-11-24 | resolve #655 | 最萌小汐 | |
2021-08-23 | resolve #518 `Lua.completion.requireSeparator` | 最萌小汐 | |
2021-08-20 | Dont register letters | 最萌小汐 | |
2021-07-07 | cleanup | 最萌小汐 | |
2021-07-07 | cleanup | 最萌小汐 | |
2021-06-23 | fix some dialog boxes block the initialization | 最萌小汐 | |
2021-04-02 | fix #482 | 最萌小汐 | |
2021-03-05 | close #419 VSCode has released new version | 最萌小汐 | |
2021-02-24 | #419 remove trigger char `\n` for now, see #401 | 最萌小汐 | |
2021-02-19 | close #384 completion supports interface | 最萌小汐 | |
2021-02-08 | Revert "only need characters other than the identifier" | 最萌小汐 | |
This reverts commit 11b3da9bc01f7048a86db64a70524daa73fed61a. | |||
2021-02-03 | done | 最萌小汐 | |
2021-02-03 | only need characters other than the identifier | 最萌小汐 | |
2020-12-31 | close #311 generate function documentation | 最萌小汐 | |
2020-11-30 | completion by enum | 最萌小汐 | |
2020-11-20 | no longer beta | 最萌小汐 | |