Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-04-01 | update | 最萌小汐 | |
2022-04-01 | update | 最萌小汐 | |
2022-04-01 | update | 最萌小汐 | |
2022-04-01 | update | 最萌小汐 | |
2022-04-01 | cleanup | 最萌小汐 | |
2022-03-31 | cleanup | 最萌小汐 | |
2022-03-31 | cleanup | 最萌小汐 | |
2022-03-30 | update | 最萌小汐 | |
2022-03-29 | update | 最萌小汐 | |
2022-03-29 | update | 最萌小汐 | |
2022-03-29 | update | 最萌小汐 | |
2022-03-25 | cleanup | 最萌小汐 | |
2022-03-25 | Merge commit 'f6b9b0e94764b7f950a4a0e7c41df12a75448edf' into 3.0 | 最萌小汐 | |
2022-03-08 | update | 最萌小汐 | |
2022-03-08 | fix | 最萌小汐 | |
2022-03-07 | update | 最萌小汐 | |
2022-03-07 | fix #975 | 最萌小汐 | |
2022-03-04 | update | 最萌小汐 | |
2022-03-04 | update | 最萌小汐 | |
2022-03-04 | feat(semantic-tokens): mark annotations(@...) as keywords | wongxy | |
2022-03-02 | Merge remote-tracking branch 'origin/master' into 3.0 | 最萌小汐 | |
2022-03-02 | update | 最萌小汐 | |
2022-03-02 | improve completion | 最萌小汐 | |
2022-02-23 | Merge commit 'b37ebceffe695defd7e7976e653ce127618614c0' into 3.0 | 最萌小汐 | |
2022-02-22 | Merge branch 'master' of https://github.com/sumneko/lua-language-server | CppCXY | |
2022-02-22 | 编辑器设置优先 | CppCXY | |
2022-02-21 | fix runtime errors | 最萌小汐 | |
2022-02-16 | update | 最萌小汐 | |
2022-02-16 | Merge commit '12d6a9eb75f31b64cbc89eb3265805bc8dad01f0' into 3.0 | 最萌小汐 | |
2022-02-15 | cleanup | 最萌小汐 | |
2022-02-15 | fix #950 | 最萌小汐 | |
2022-02-10 | update | 最萌小汐 | |
2022-02-10 | cleanup | 最萌小汐 | |
2022-02-10 | remove noder and searcher | 最萌小汐 | |
2022-02-09 | cleanup | 最萌小汐 | |
merge `doc.type.enums` and `doc.type.resumes` into `doc.type.types` | |||
2022-02-09 | cleanup | 最萌小汐 | |
2022-02-09 | Merge pull request #915 from CppCXY/format | 最萌小汐 | |
code reformat | |||
2022-02-09 | fix completion | 最萌小汐 | |
`triggerCharacter` is `nil` when typing letters and numbers | |||
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 | |
2022-02-08 | fix #937 | sumneko | |
2022-02-03 | fix(semantic-tokens): `data` field can't be nil | kevinhwang91 | |
`textDocument/semanticTokens/range` should return `SemanticTokens | null` from LSP specification. `data` field of the `SemanticTokens` must be a array, even if no result. | |||
2022-02-01 | fix(semantic-tokens): limit comments range | kevinhwang91 | |
Client requests `textDocument/semanticTokens/range` service with a range parameter in order to get the tokens of the visible window, but server return the additional comments highlighting tokens may be out of range, we should keep the tokens requested by the client in range. | |||
2022-01-26 | fix #923 | 最萌小汐 | |
2022-01-26 | fix #926 | 最萌小汐 | |