We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b022839 commit fc4c1c5Copy full SHA for fc4c1c5
Rubberduck.Parsing/VBA/RubberduckParserState.cs
@@ -80,6 +80,7 @@ public RubberduckParserState(IVBE vbe)
80
_vbe = vbe;
81
AddEventHandlers();
82
IsEnabled = true;
83
+ RefreshFinder(vbe.HostApplication());
84
}
85
86
private void HandleStateChanged(ParserState state)
0 commit comments