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
Hi, I really love this plugin for stylus but I've come across an edge case with headings being auto-completed. Say I have this snippet (assume [] is the cursor):
.myComponentfont-size: 20pxh1[]
h1 is intended to be a nested selector inside .myComponent, but instead when I hit Enter hyperstyle completes this into height: 1px. Obviously this is an ambiguous situation, as normally this would be a valid expansion. Any ideas for how to discern what the user intends here, and preserve the heading selector without expanding it?
The text was updated successfully, but these errors were encountered:
Hi, I really love this plugin for stylus but I've come across an edge case with headings being auto-completed. Say I have this snippet (assume
[]
is the cursor):h1
is intended to be a nested selector inside.myComponent
, but instead when I hit Enter hyperstyle completes this intoheight: 1px
. Obviously this is an ambiguous situation, as normally this would be a valid expansion. Any ideas for how to discern what the user intends here, and preserve the heading selector without expanding it?The text was updated successfully, but these errors were encountered: