creating css and script entries in html
I found it surprising that WebStorm does not offer the support for drag&drop based creation of all css and script entries like (note that these are Jade statements)
link(href="/favicon.ico", rel="shortcut-icon", type="image/x-icon")
or
script(type="text/javascript", src="/vendor/jquery/dist/jquery.js")
All such files already exists in the project, so drag&drop is a very usual metaphor (and much easier than typing such text manually)

Please sign in to leave a comment.
Please vote for http://youtrack.jetbrains.com/issue/WEB-204 to be notified on updates
Generally speaking: such idea does not goes well with keyboard-centric approach of this IDE -- http://youtrack.jetbrains.com/issue/WI-9767#comment=27-295723.
In any case:
P.S.
You may want to create similar ticket for jade files in case aforementioned tickets do not cover your case.