How to open sass mixin with all possible parameters

I wanted to open the mixin size with all parameters already preselected ($width:width, $height:height). It's possible?

Currently when I select the mixin it opens like this:

@include size() 

rather than

@include size($width: $PRE_SELECTION1$ , $height: $PRE_SELECTION2$) 

noticed that it gives the option of all parameters in the auto-complete suggestion

0
1 comment

No way; when choosing mixin from completion, you need entering arguments manually, the IDE just shows the parameters hints

0

Please sign in to leave a comment.