Unable to set Stylus (.styl) CSS-style autocomplete

Hello!

Stylus language supports both CSS-style

body {
  display: block;
}

and python-style

body 
  display block

of code:

But now in PHP-storm there is no possibility to use CSS-style of Stylus with autocomplete, so Stylus-developers can only use python-style of code. It would be great, if you add possibility to toggle autocomplete style for this language. It is not look hard, because this autocomplete would be almost the same as SCSS-autocomplete

Regards.

0

> there is no possibility to use CSS-style of Stylus with autocomplete

Could you please provide an example where the autocompletion doesn't work?

0
Avatar
Permanently deleted user

Basically it works, but in python-style (in images below). It is default behavior (not a bug), but I would like to be able to use CSS-style autocomplete.

0

Please feel free to submit a feature request in https://youtrack.jetbrains.com/issues/WEB.

0

请先登录再写评论。