summaryrefslogtreecommitdiff
path: root/script/core
AgeCommit message (Collapse)Author
2024-08-19fix incorrect indent fixing for `for`最萌小汐
fix #2799
2024-08-19fix performance issue最萌小汐
2024-08-18`enum[<key>or<index>]`时未定义的字段会报未定义xuhuanzy
2024-08-15fix incorrect indent fixings最萌小汐
fix #2799
2024-08-15Revert "fix: improve textDocument/definition ordering"最萌小汐
2024-08-15Merge branch 'master' into feat/deforder最萌小汐
2024-08-15fix(hint): attempt to index a nil valueTyler Miller
Fixes: #2788
2024-08-14fixup! fast path for matching stringsLewis Russell
2024-08-14fix: improve textDocument/definition orderingLewis Russell
2024-08-06应该使用最后一个有效行的缩进最萌小汐
2024-08-06fix wront indentation in some case最萌小汐
#2786
2024-08-02Disable indentation fixing for Non-VSCode最萌小汐
fix 2778
2024-08-01Merge branch 'master' into inconsistent-behavior-(missing-fields)最萌小汐
2024-08-01Merge branch 'master' into patch-1最萌小汐
2024-08-01fix wrong indent最萌小汐
2024-08-01fix: incorrect `CompletionItemKind` for postfix snippetsTyler Miller
2024-08-01删除多余空格最萌小汐
2024-07-31Merge branch 'master' into inconsistent-behavior-(missing-fields)NeOzay
2024-07-31先把这个文件提交了,过一下测试最萌小汐
2024-07-31You can now click on "References" in CodeLen to display the reference list最萌小汐
2024-07-30拆分成选项最萌小汐
2024-07-28compute table keys onceNeOzay
2024-07-28Update script/core/diagnostics/missing-fields.luaNeOzay
Co-authored-by: Tom Lau <tomandfatboy@gmail.com>
2024-07-24also detects missing index fieldsNeOzay
2024-07-23update changelogNeOzay
2024-07-23improve missing-fields diagnostic logicNeOzay
2024-07-22improve diagnosis (missing-fields).NeOzay
2024-07-15Merge branch 'master' into master最萌小汐
2024-07-15Align inlay hint spacing with other LSPsRiley Bruins
2024-07-08fix: correction for `exact` classNeOzay
2024-07-08fix: add a missing check for inject-field diagnosticsNeOzay
2024-07-02处理token超出行范围的问题最萌小汐
2024-07-01Merge branch 'master' into fix-params最萌小汐
2024-07-01perf: Optimize undefined-field check early break logicTom Lau
The current early break only wants to check if there are any definition. There is no need to fetch the full definitions list. We can early break as soon as we found the 1st one.
2024-06-28fix: respect showParams config for local function completionDCsunset
2024-06-25Add postfix snippet for `unpack`Yi Ming
2024-06-11改用更好的判断方式最萌小汐
2024-06-11`FIX` Sometimes providing incorrect autocompletion when chaining calls最萌小汐
2024-06-05`FIX` Autocompletion for enum values ​​is not available in some cases最萌小汐
2024-06-05获取工作区符号改为同步最萌小汐
2024-05-27Merge pull request #2680 from emmericp/throttle-awaits最萌小汐
Throttle calls to await.delay() in some diagnostics
2024-05-25fix: restore completion ordercarsakiller
2024-05-25fix: remove callbackcarsakiller
2024-05-24Throttle calls to await.delay() in some diagnosticsPaul Emmerich
These 5 diagnostics cause ~70% of all calls to await.delay() by diagnostics which in turn is about ~20% of the total runtime of diagnostics. Out of these diagnostics only assign-type-mismatch commonly exceeds runtimes of 100ms (worst observed in my dataset was 7 seconds) and even then it still attempts to call await.delay() over 1500 times per second, so throttling by a factor of 15 is still fine.
2024-05-23Merge branch 'master' into 2175-md-symbol-referencecarsakiller
2024-05-23fix: greedy matchcarsakiller
2024-05-23add: completion of lua symbol referencescarsakiller
2024-05-11整理代码最萌小汐
2024-05-11支持转到实现最萌小汐
2024-05-11暂存-转到实现最萌小汐