Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't rename multiline opening tag #479

Closed
numberokta opened this issue Sep 1, 2019 · 2 comments
Closed

Can't rename multiline opening tag #479

numberokta opened this issue Sep 1, 2019 · 2 comments

Comments

@numberokta
Copy link

numberokta commented Sep 1, 2019

It can't rename multiline opening tag in React Native JSX like this :

<View
    style={{flex: 1}}
>
    <Text>Hello World!</Text>
</View>

@nitePhyyre
Copy link

This is also a problem for tags with a "-" in them. I'll be changing a "div" to a "v-row" or whatever. The closing tag stays as "v-".

@SimonSiefke SimonSiefke mentioned this issue Jan 11, 2020
@kodyn-s-kugis
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants