You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When editing a .html.erb file, extra information about the HTML tags isn't provided on-hover like it is when using the HTML language service.
Expected behavior
This is what it looks like when hovering over a div in a file when using HTML as the syntax highlighter. Information is provided about the div element.
Actual behavior
This is what it looks like when hovering over a div in a file when using erb as the syntax highlighter.
Your environment
vscode-rubyversion: 0.18.0Summary
When editing a
.html.erbfile, extra information about the HTML tags isn't provided on-hover like it is when using theHTMLlanguage service.Expected behavior
This is what it looks like when hovering over a
divin a file when using HTML as the syntax highlighter. Information is provided about thedivelement.Actual behavior
This is what it looks like when hovering over a
divin a file when usingerbas the syntax highlighter.Steps to reproduce the problem
index.html.erb, provided below:erband hover over adiv,ul,h1, etc.HTMLand hover over adiv,ul,h1, etc.Potential fixes
I assume there might be a way to have
.html.erbfiles inherit features from the HTML syntax highlighter?