Webstorm code completion does not show bootstrap classes

code-completion, twitter-bootstrap, webstorm

Solution

Make sure it is turned on. Do the following in WebStorm:

File | Settings | IDE Settings | Editor - Code Completion

Or:

File | Settings | Type in the search bar "code completion"

The second option will take you straight to the code completion options if in some case you could not find it via the first way.

More information can be found here

Problem

What do I have to change in my webstorm IDE that the bootstrap classes are recognized when I do: ``` <a class="btn btn-primary" /> ``` At the moment I have always to re-check the class names by looking into the bootstrap css files. Thats not so nice...

Original source