javascript - CSS classes completion with CDN -
how use css classes auto completion on webstorm css files imported cdn this?
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.0.0-rc1/css/bootstrap.min.css">
only files located under project root used completion/navigation/error highlighting, webstorm doesn't use online resourses types resolving. have download css , reference using relative url make completion work
Comments
Post a Comment