how to support <link href='//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css' rel='stylesheet' id='bootstrap-css'> in Code Completion ?

how to support

<link href='//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css' rel='stylesheet' id='bootstrap-css'> 
in Code Completion ?

my project use css on cdn, PHPstorm can't read Code Completion, 
have solution for fix ?

if i add file css in my project , have function read Code Completion ?

0
1 comment

Hi there,

Just download and place such file (ideally non minified version) somewhere in your project. Should do the job (works OK here).

1

Please sign in to leave a comment.