This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Description
- Open an HTML file containing a
<style> block
- Place the cursor inside the style block and type "<"
Result: HTML code hints appear
Expected: no code hints. If you type "<" in a <script> block you don't get any code hints.
It seems rare to type "<" in CSS though, since it's not used as a combinator or in URLs... so I think this is fairly low-priority.