rubberduck-vba / RubberduckWeb

Project Website for the Rubberduck VBA Editor Add-In
19 stars 12 forks source link

A parser error should show the parse error message #46

Closed retailcoder closed 6 years ago

retailcoder commented 7 years ago

Currently it only says it couldn't parse (or resolve), but we don't know why.

AlexC84 commented 7 years ago

I get a parse error when inspecting some code I pasted into the web inspector. If I comment out my 'Implements' statement it parses fine

Vogel612 commented 7 years ago

@AlexC84 could you please open this as a new issue with enough code so we can reproduce this?

retailcoder commented 7 years ago

I'll have to check, but IIRC the web inspector creates a mock standard module, in which Implements would be illegal in the VBE... Though I don't think the parser cares about that... maybe the resolver does though.

retailcoder commented 6 years ago

couldn't get online inspector to work with a 2.2 build.