class suggestions show up when using emmet, but id doesn't. ID's only get suggested when writing id="exa for example.
If there's .example in an SCSS file, writing div.exa in html or jsx will suggest the 'example' class.
I expected having #example in the SCSS file would work the same way, but writing div#exa in my JSX doesn't give any suggestions.
classsuggestions show up when using emmet, butiddoesn't. ID's only get suggested when writingid="exafor example.If there's
.examplein an SCSS file, writingdiv.exainhtmlorjsxwill suggest the 'example' class.I expected having
#examplein the SCSS file would work the same way, but writingdiv#exain my JSX doesn't give any suggestions.