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
But for some reason, shifting through the Objective-C types (.m) gets stuck at BOOL. It shifts to BOOL, but then won't shift up or down. If I change it to bool, shifting works as expected. This happens with both case-sensitive and case-insensitive completion.
The text was updated successfully, but these errors were encountered:
Thanks for this plugin. Enjoying it so far.
But for some reason, shifting through the Objective-C types (.m) gets stuck at
BOOL
. It shifts toBOOL
, but then won't shift up or down. If I change it tobool
, shifting works as expected. This happens with both case-sensitive and case-insensitive completion.The text was updated successfully, but these errors were encountered: