Sublime Forum

[Solved] Inline CSS completion in HTML style tags

#1

I’ve searched online but never find a plugin can do this,

<div style="display: none; "></div>

When the cursor is in style attribute, I wanted a CSS inline completion.

Anyone know if there’s a plugin like that?

0 Likes

#2

works for me out the box in build 3118…

but due to the way it works, you have to have a space between where you are typing and the closing quote I think.

2 Likes

#3

Well, adding space works

0 Likes

#4

the “space before the closing quote” requirement won’t exist in the next build - https://github.com/sublimehq/Packages/pull/532

1 Like