Weiyu Chen

Results 4 comments of Weiyu Chen

@tomlau10 then it is a design mistake... The correct design could be: * There's only one global matcher. * The global matcher contains two sub-matcher: the gitignore matcher, and vscode...

@tomlau10 wow they are doing refactor? Then I should wait and hear though.

@gilzoide Providing a standalone `---@meta` file with some `---@class` for godot builtins could cover the requirement and stay neat IMO. Users can easily adapt it to multiple IDEs, or redistribute...

@pellevoice Lua's vector is always referenced type, since lua does not have custom value type. It's better to use it as value type out of local scope, just like C#,...