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
In some cases the scope jumping doesn't work, first noticed when I was using it with a react project
privatesomeFunction(){this.setState({a: 10});}
Doing a scope jump on the opening bracket on the function will actually jump to the last bracket in the setState instead of the closing function bracket.
The text was updated successfully, but these errors were encountered:
In some cases the scope jumping doesn't work, first noticed when I was using it with a react project
Doing a scope jump on the opening bracket on the function will actually jump to the last bracket in the setState instead of the closing function bracket.
The text was updated successfully, but these errors were encountered: