summaryrefslogtreecommitdiff
path: root/script
AgeCommit message (Collapse)Author
2022-04-04check nil最萌小汐
2022-04-04Merge pull request #1014 from kevinhwang91/truncate-opt-and-variable最萌小汐
feat(completion): truncate arguments for callSnippet
2022-04-04傻逼腾讯云最萌小汐
2022-04-04fix(completion): optional arguments may not continuedkevinhwang91
If the arguments are all optional or variable until the end, we can truncate them directly.
2022-04-03feat(completion): truncate arguments for callSnippetkevinhwang91
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-03Merge pull request #1011 from Cassolette/patch-evtemitter-fix最萌小汐
Event emitter support fix
2022-04-03fix formattingCrollie Rollz
2022-04-03fix(infer): check second arg for event nameCrollie Rollz
2022-04-03fix(completion): call OOP emitter without colon syntaxCrollie Rollz
2022-04-03fix(completion): OOP emitter should have `self` argCrollie 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-02fix(semantic-tokens): coreect token type prioritykevinhwang91
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-19Ensure 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-15use real path in scanning最萌小汐
non-Windows also check real path
2022-03-11check nilsumneko
2022-03-09resolve #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-08fix最萌小汐
2022-03-08#977 cleanup最萌小汐
2022-03-07fix #975最萌小汐
2022-03-05fixsumneko
2022-03-04add tipsumneko
2022-03-04diagnostic opened files first最萌小汐
2022-03-04don't open non-file uri最萌小汐
2022-03-04feat(semantic-tokens): mark annotations(@...) as keywordswongxy
2022-03-03fix最萌小汐
2022-03-02improve completion最萌小汐
2022-03-01locale最萌小汐
2022-03-01update最萌小汐
2022-03-01offline diagnostic最萌小汐
2022-03-01ci最萌小汐
2022-03-01cleanup最萌小汐
2022-03-01cleanup最萌小汐
2022-03-01update `occlusionPath`最萌小汐
2022-03-01resolve #966最萌小汐
2022-02-24fix #965最萌小汐
2022-02-22increase limit最萌小汐
2022-02-22Merge branch 'master' of https://github.com/sumneko/lua-language-serverCppCXY
2022-02-22编辑器设置优先CppCXY
2022-02-21fix #958最萌小汐
2022-02-21update occlusion path最萌小汐
2022-02-21update occlusion path最萌小汐
2022-02-21fix runtime error最萌小汐
2022-02-21Merge pull request #959 from CppCXY/master最萌小汐
format support default config by setting
2022-02-21fix runtime error最萌小汐
2022-02-21fix runtime errors最萌小汐
2022-02-21update occlusion path最萌小汐
2022-02-21解决冲突CppCXY
2022-02-21use `--preview` to enable preview features最萌小汐
2022-02-21cleanup最萌小汐
2022-02-21提供默认配置CppCXY
2022-02-18fix runtime error最萌小汐