vscode-scss icon indicating copy to clipboard operation
vscode-scss copied to clipboard

can't promt @mixin and others to auto complete

Open BeckReed opened this issue 6 years ago • 3 comments

ttt

can add auto complete @mixin grammer

BeckReed avatar Jul 21 '17 08:07 BeckReed

Please, give more details about this issue. I don't understand your problem.

mrmlnc avatar Nov 29 '17 07:11 mrmlnc

@mrmlnc I think the same issue is outlined in #59.

For example, If you start typing @mixin, in Atom you could tab complete that to get

@mixin name {

}

and tab through the name and the contents.

mmarol avatar Jan 18 '18 15:01 mmarol

@mmarol and @BeckReed this can easily be with snippets in vscode, if you don't want to wait 👍

martisj avatar Oct 18 '18 09:10 martisj