Is there a plugin or factory settings to alert duplicates in HTML attributes in the Code editor VisualStudio?.
To check:
- Initial spaces,
- Attributes duplicates.
As a refactor...
Something similar as VisualStudio-Community, which does.
I.e:

Thanks.
You can use HTMLHint Extension with attr-no-duplication rule to check for duplicate attributes.