Mathieu Guindon
Mathieu Guindon
@Hosch250 please hold off on this one (and any other inspection too); there is *a lot* going on in my fork with inspections.
Determining the setting for the module shouldn't be too hard actually. I think the most elegant solution would be to honor the `Option Compare` statement - the big question mark...
@ThunderFrame that's a real possibility: [Emitter.cs](https://github.com/rubberduck-vba/Rubberduck/blob/next/Rubberduck.Parsing/Emitter.cs) was written to make an API exactly for this. We're not using it, but it can be used as a last resort: we insert...
> the intellisense is working now Happy to hear! Please note that this will be true of any object you interact with in VBA: the compiler (and IDE) can only...
Hi, thanks for the feedback! This is a known resolver issue - we're not seeing all the interfaces implemented by MSForms objects; I suspect qualifying the member call with `Me`...
Will require a bit of thinking, but this is a great suggestion!
We'd need some kind of "pre-parser" service that could spit out a bunch of temporary `Declaration` instances that the ViewModel could consume... and this means inserting an abstraction between the...
@bclothier that's oddly much simpler and less dangerous indeed. But is it worth the effort?
Hi, thanks for the feedback! I'm not sure I understand the feature being requested here; the way I'm reading it there would be a new option that, if enabled, would...