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

Adds editing of start/end tag simultaneously #597

Merged
merged 1 commit into from
Dec 13, 2019

Conversation

NikolasKomonen
Copy link
Contributor

Under the preference xml.autoSelectMatchingTags

Fixes #redhat-developer/vscode-xml#130

Signed-off-by: Nikolas Komonen nikolaskomonen@gmail.com

@NikolasKomonen NikolasKomonen changed the title Adds editin of start/end tag simultaneously Adds editing of start/end tag simultaneously Dec 9, 2019
Under the preference xml.autoSelectMatchingTags

Fixes #redhat-developer/vscode-xml#130

Signed-off-by: Nikolas Komonen <nikolaskomonen@gmail.com>
return;
}

StringBuffer sBuffer = new StringBuffer(initialCursorText);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use StringBuilder

@fbricon fbricon merged commit 120b61f into eclipse-lemminx:master Dec 13, 2019
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 this pull request may close these issues.

3 participants