Jump to content

Hello, so I'm watching guides on laravel and each time they write html they do this

 

.div .box .box-content
	.a .btn btn-blue

and they press a button and it becomes this

<div class="box box-content">
	<a href="" class"btn btn-blue"></a>
</div>

and they fill in the rest

They normally use atom or sublime. Is there something like this for PhpStorm? I do not know what I'm looking for as all that comes to my mind is html auto fill which gave me 0 results that did this.

Back-end developer, electronics "hacker"

Link to comment
https://linustechtips.com/topic/830660-phpstorm-html-auto-fill/
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×