You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was testing out the functions of this plugin, had the whole content of some file selected and tried the Select Method and Function Signatures action.
A few lines were selected unexpectedly.
In this sample, the line if(self) is also selected:
In this sample, the line switch(interfaceOrientation) is also selected:
-(AVCaptureVideoOrientation)AVOrientationFromInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation
{
switch(interfaceOrientation) {
case UIInterfaceOrientationPortrait:
...
}
}
I've noticed that in the .gif in the Readme, the code formatting is different: There, there's always spaces between the keywords and the opening parenthesis while there are no spaces in my samples.
The text was updated successfully, but these errors were encountered:
I was testing out the functions of this plugin, had the whole content of some file selected and tried the Select Method and Function Signatures action.
A few lines were selected unexpectedly.
In this sample, the line
if(self)
is also selected:In this sample, the line
switch(interfaceOrientation)
is also selected:I've noticed that in the .gif in the Readme, the code formatting is different: There, there's always spaces between the keywords and the opening parenthesis while there are no spaces in my samples.
The text was updated successfully, but these errors were encountered: