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 a488500 commit 2db6457Copy full SHA for 2db6457
RetailCoder.VBE/Refactorings/ExtractInterface/ExtractInterfaceRefactoring.cs
@@ -65,8 +65,6 @@ public void Refactor()
65
pane.Selection = oldSelection.Value.Selection;
66
}
67
68
-
69
- _state.OnParseRequested(this);
70
71
72
public void Refactor(QualifiedSelection target)
@@ -124,7 +122,7 @@ private void AddInterface()
124
122
private int _insertionLine;
125
123
private void _state_StateChanged(object sender, EventArgs e)
126
{
127
- if (_state.Status != ParserState.Ready)
+ if (_state.Status != ParserState.ResolvedDeclarations)
128
129
return;
130
0 commit comments