winxed
winxed copied to clipboard
Multi syntax doesn't match other class syntax
Using classes in multi syntax doesn't match the way the new keyword works.
multi(class ['Foo', 'Bar'])searches forFoo.Barin scopes.new ['Foo', 'Bar']doesn't.multi(class 'Foo')isn't supported at all.
I've managed to work around both with predeclaring, but the difference in the syntaxes is surprising. And having to predeclare the built-in types (ResizablePMCArray, Capture, etc) is non-intuitive.