Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-04 | check nil | 最萌小汐 | |
2022-04-04 | Merge pull request #1014 from kevinhwang91/truncate-opt-and-variable | 最萌小汐 | |
feat(completion): truncate arguments for callSnippet | |||
2022-04-04 | 傻逼腾讯云 | 最萌小汐 | |
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 | Merge pull request #1011 from Cassolette/patch-evtemitter-fix | 最萌小汐 | |
Event emitter support fix | |||
2022-04-03 | fix formatting | Crollie Rollz | |
2022-04-03 | fix(infer): check second arg for event name | 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-02 | fix(semantic-tokens): coreect token type priority | kevinhwang91 | |
If metatable with `__call` method, adding `@class` and `@type fun()` together for a class make the token be regarded as function, we should make sure `@class` override `@type`. | |||
2022-03-19 | Ensure that a completion result has 'isIncomplete' | yoshi1123 | |
- Any key in the table returned that has a value of 'nil' will be excluded from the response's result, and so it needs to be set to 'false'. | |||
2022-03-15 | use real path in scanning | 最萌小汐 | |
non-Windows also check real path | |||
2022-03-11 | check nil | sumneko | |
2022-03-09 | resolve #973 don't show telemetry in non-VSCode | 最萌小汐 | |
avoid repeated prompts in non-VSCode due to the inability to automatically modify the settings | |||
2022-03-08 | fix | 最萌小汐 | |
2022-03-08 | #977 cleanup | 最萌小汐 | |
2022-03-07 | fix #975 | 最萌小汐 | |
2022-03-05 | fix | sumneko | |
2022-03-04 | add tip | sumneko | |
2022-03-04 | diagnostic opened files first | 最萌小汐 | |
2022-03-04 | don't open non-file uri | 最萌小汐 | |
2022-03-04 | feat(semantic-tokens): mark annotations(@...) as keywords | wongxy | |
2022-03-03 | fix | 最萌小汐 | |
2022-03-02 | improve completion | 最萌小汐 | |
2022-03-01 | locale | 最萌小汐 | |
2022-03-01 | update | 最萌小汐 | |
2022-03-01 | offline diagnostic | 最萌小汐 | |
2022-03-01 | ci | 最萌小汐 | |
2022-03-01 | cleanup | 最萌小汐 | |
2022-03-01 | cleanup | 最萌小汐 | |
2022-03-01 | update `occlusionPath` | 最萌小汐 | |
2022-03-01 | resolve #966 | 最萌小汐 | |
2022-02-24 | fix #965 | 最萌小汐 | |
2022-02-22 | increase limit | 最萌小汐 | |
2022-02-22 | Merge branch 'master' of https://github.com/sumneko/lua-language-server | CppCXY | |
2022-02-22 | 编辑器设置优先 | CppCXY | |
2022-02-21 | fix #958 | 最萌小汐 | |
2022-02-21 | update occlusion path | 最萌小汐 | |
2022-02-21 | update occlusion path | 最萌小汐 | |
2022-02-21 | fix runtime error | 最萌小汐 | |
2022-02-21 | Merge pull request #959 from CppCXY/master | 最萌小汐 | |
format support default config by setting | |||
2022-02-21 | fix runtime error | 最萌小汐 | |
2022-02-21 | fix runtime errors | 最萌小汐 | |
2022-02-21 | update occlusion path | 最萌小汐 | |
2022-02-21 | 解决冲突 | CppCXY | |
2022-02-21 | use `--preview` to enable preview features | 最萌小汐 | |
2022-02-21 | cleanup | 最萌小汐 | |
2022-02-21 | 提供默认配置 | CppCXY | |
2022-02-18 | fix runtime error | 最萌小汐 | |