Instantly catch and warn about duplicate HTML IDs in real-time as you code, ensuring clean and error-free HTML documents.
Example
Ensure your HTML documents are free from duplicate IDs with the extension's real-time checking feature. As you type your HTML code, the extension provides immediate warnings if it detects duplicate IDs.
Receive on-the-fly warnings by simply hovering over elements with duplicate IDs. This intuitive feature helps you identify and address issues without interrupting your workflow.
Quickly toggle the IDGuard extension on or off using commands available in the Command Palette. Conveniently manage the extension's activation status to control when duplicate ID warnings are detected in your HTML files. Ideal for situations where you want to temporarily suspend the extension's functionality without uninstalling it. Commands include:
- IDGuard: Enable extension
- IDGuard: Disable extension
Define the severity levels for duplicate ID warnings with the IDGuard.changeSeverity
configuration setting. Tailor the severity to match your preferences and workflow, ensuring effective management of duplicate ID issues.
Configure the timeout duration for the checking process with the IDGuard.checkingTimeout
configuration setting. Adjust the timeout value to balance between quicker feedback and CPU usage based on your preferences.
no requirements
Initial release of IDGuard
change the description
fix some bugs
add commands in the command palette to disable/enable the extension.
add configuration for the diagnostic severity.
Enjoy!