How does webstrom automatically complete parentheses when writing css style?

how does webstrom automatically complete parentheses when writing css styles?


< html lang= "en" >
< head >

<meta charset="UTF-8">
<meta name="viewport"
      content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
div {    /**/

< / head >
< body >

< / body >
< / html >


you did not write in < style > < / style > inside webstrom should not be able to parse your writing, so there is no automatic completion


this belongs to the extended function of the webstrom editor, it should be in the configuration, I am only good at front-end code, not very good at various ide editors.


css style should be written in the < style > < / style > tag. Visual inspection is automatically completed. If not, you can take a look at the setting


to install an auto-completion plug-in autoprefixer

globally.
Menu