Mathieu Guindon

Results 111 comments of Mathieu Guindon

I downloaded your project (and added myself as a watcher on your repository), I'll have a look and come back here with my findings. MVVM in VBA is definitely very...

There's an open issue somewhere about honoring the `@Folder` annotations when exporting, however without somewhere to hold the information about where the files are, importing could get messy with the...

Problem is, logical operators would be used for jumping to a `True` case in a `Select Case True` block, so I don't think warning about them is necessarily warranted. These...

There's one for [unreachable case](https://test.rubberduckvba.com/FeatureDetails?name=UnreachableCase), although it won't pick up all positives but does enough to be helpful I think. We need RD to be able to evaluate expressions (and...

There's already one 😉 Although, I'm not sure the part about `ParamArray` is mentioned in the xmldoc. Or perhaps an inspection that flags (hint?) `ParamArray` parameters when `Option Base 1`...

There isn't, because we specifically did not want to hijack an entire module or otherwise force our users to include project components that serve no purpose without Rubberduck, like a...

Awesome, this is great info, thanks for circling back! I've been lucky to work in environments where all users had the same Office version installed! Indeed early bound references could...

That's a great way to make one's first pull request! I've nothing against that and I think it's a great idea, but since this is about the CE I'm curious...

I would guess it works if the report modules are named in standard PascalCase (without spaces), the assumption being that a module name is also a valid VBA identifier name;...

Unfortunately this repo doesn't build with VS 2022 for some reason (works fine in VS 2019 though). Inspection default configs are admittedly a bit of a mess - what appears...