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
Experienced same issue with HTML with both multi-line editing or multi-cursor editing. Only the final selection that was made in the multi-selection would be recognised by auto-rename to change the closing tag. All other remaining tags wouldn't automatically adjust the closing tag.
It can't rename multiline opening tag in React Native JSX like this :
<View
style={{flex: 1}}
>
<Text>Hello World!</Text>
</View>
The text was updated successfully, but these errors were encountered: