Manish Singla
Manish Singla

Reputation: 1361

Auto complete HTML attribute from CSS Intellij

link href="lib/ionic/css/ionic.css" rel="stylesheet"

link href="css/style.css" rel="stylesheet"

How can I have the auto-complete for the CSS class when I applying the class in the HTML?

div class="bar bar-header bar-positive"

how to get auto suggestions for attributes (ex: - bar-header after writing bar I pressed for auto suggestion but not get the option like bar-header or bar-footer,but they are present in library css ),every other thing is working fine.

Upvotes: 0

Views: 465

Answers (1)

Manish Singla
Manish Singla

Reputation: 1361

I found webstrom but it is paid version :,(

Upvotes: 0

Related Questions