summaryrefslogtreecommitdiff
path: root/script/core
AgeCommit message (Collapse)Author
2022-02-09cleanup最萌小汐
merge `doc.type.enums` and `doc.type.resumes` into `doc.type.types`
2022-02-09cleanup最萌小汐
2022-02-09Merge pull request #915 from CppCXY/format最萌小汐
code reformat
2022-02-09fix completion最萌小汐
`triggerCharacter` is `nil` when typing letters and numbers
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
2022-02-08fix #937sumneko
2022-02-03fix(semantic-tokens): `data` field can't be nilkevinhwang91
`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-01fix(semantic-tokens): limit comments rangekevinhwang91
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-26fix #923最萌小汐
2022-01-26fix #926最萌小汐
2022-01-24提供代码风格诊断CppCXY
2022-01-23diagnostic check file as folder before as librarysumneko
2022-01-23show relative path in completionsumneko
2022-01-23fix filewatchsumneko
2022-01-23get scoped filessumneko
2022-01-23fixsumneko
2022-01-21修改命名CppCXY
2022-01-21Avoid O(n^2) `require` computations最萌小汐
2022-01-20不改type-formatting了CppCXY
2022-01-20修复错误CppCXY
2022-01-20修复错误CppCXY
2022-01-20提供范围格式化CppCXY
2022-01-20提供范围格式化CppCXY
2022-01-19stash最萌小汐
2022-01-19提交代码格式化CppCXY
2022-01-18print log最萌小汐
2022-01-18cleanup最萌小汐
2022-01-13fix #876最萌小汐
2022-01-13cleanup最萌小汐
2022-01-13require hover use relative path最萌小汐
2022-01-13add detail for require name最萌小汐
2022-01-12improve completion speed最萌小汐
2022-01-11add semantic configs最萌小汐
2022-01-11change to `Lua.semantic.enable`最萌小汐
2022-01-11update semantic tokens最萌小汐
2022-01-11update semantic tokens最萌小汐
2022-01-10update最萌小汐
2022-01-10update最萌小汐
2022-01-10fix最萌小汐
2022-01-10resolve multilines and overlapping最萌小汐
2022-01-07update最萌小汐
2022-01-07update semantic-tokens最萌小汐
2022-01-07update semantic-tokens最萌小汐
2022-01-07cleanup最萌小汐
2022-01-06update semantic-tokens最萌小汐
2022-01-06minor improve最萌小汐
2022-01-06`Lua.hint.arrayIndex`最萌小汐
2022-01-06update `isIncomplete`最萌小汐