-
Notifications
You must be signed in to change notification settings - Fork 16
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
Extension is not working #115
Comments
Doesn't seem like the errors are from this extension. It could be that your settings JSON file is somehow invalid, could you try to resolve the errors, or disable other extensions - leaving only this one on? |
I am having the same issue. This has occurred since and update in august in vs code. All file extensions I've tested (html, css, js, php) do not underline and highlight anymore even with all selections checked on. |
Can you try to change styling settings? The default ones might be hidden behind default highlighting in vscode. |
I'm pretty sure I can see yellow underline. It might be that default theme settings stopped working correctly for some reason or your theme reports it's color settings incorrectly (as dark theme instead of light). You can try changing color settings for this extension, e.g. to have black underline. |
Yep, you're right. It's just understated. Looks like it doesn't work if the html is invalid. I had an extra I'd probably ask the OP to paste in their full html then run it in a tool that'll validate your html and give you feedback like Prettier online (here's what I saw when I tried mine and clued in), then see if it doesn't fire back up. So imo this isn't a great tool for debugging while you're authoring (when VSCode's tag matching still attempts to work), but is better for scanning an already perfect file. Or being the canary that tells you your html isn't quite solid. ;) |
I have enabled all of the required settings. But the extension is not working.
But it's not working. It just highlights whole tags.
It has to highlight the selected tag. Please see the screenshot. I have marked the selected div.
The text was updated successfully, but these errors were encountered: