Skip to content

added wordPattern Regex to include more characters - #53934

Merged
Isabel Duan (iisaduan) merged 2 commits into
microsoft:mainfrom
iisaduan:linkedEditRegex
Apr 20, 2023
Merged

added wordPattern Regex to include more characters#53934
Isabel Duan (iisaduan) merged 2 commits into
microsoft:mainfrom
iisaduan:linkedEditRegex

Conversation

@iisaduan

@iisaduanIsabel Duan (iisaduan) commented Apr 20, 2023

Copy link
Copy Markdown
Member

Makes linked editing match more characters. Allows users to type property access expressions, custom elements, and JSX generics.

It does match more strings than valid tag names, but this lets the linked editing continue when you're not done typing the full tag name.

fixes#53936

@typescript-botTypeScript Bot (typescript-bot) added the For Uncommitted Bug PR for untriaged, rejected, closed or missing bug label Apr 20, 2023
@typescript-bot

Copy link
Copy Markdown
Contributor

This PR doesn't have any linked issues. Please open an issue that references this PR. From there we can discuss and prioritise.

Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Author: TeamFor Uncommitted BugPR for untriaged, rejected, closed or missing bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Linked editing disconnects on valid tag names with non alphanumeric characters

3 participants

@iisaduan@typescript-bot@mjbvz