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

Popular posts from this blog

matlab - Deleting rows with specific rules -

jquery - How would i go about shortening this code? And to cancel the previous click on click of new section? -