WebStorm is a commercial IDE built by JetBrains for editing JavaScript, HTML, and CSS.
I have an error in Webstorm when using ES6 named import declaration: import { nodes } from 'utils/dom'; I get "cannot …
javascript frontend webstorm ecmascript-6 babeljsUsing Intellij-Idea 12 on OS X, I have a strange problem: when I keep a letter ([a-z]) key pressed in the …
macos intellij-idea pycharm phpstorm webstormI have WebStorm and really like it. I don't use PHP very often, but I'm working on a project that …
syntax-highlighting webstorm textmatebundlesI followed the steps here to configure code completion and other stuff in WebStorm but I'm still getting the following …
webstorm electronI set up a Jade file watcher in the following way in WebStorm. However it does not produces any HTML …
node.js pug webstorm file-watcherHow do I hide the toolbar that shows browser icons floating above my code? I'm using WebStorm 64 bit, version 10.0.4, on …
ide webstorm jetbrains-ideI have only one export default line in my code. However, in WebStorm with Typescript, I get this TS Error: …
javascript reactjs typescript ecmascript-6 webstormI've got this code, which converts "dotted" string to camelCase in WebStorm File Template: #set($Controller_name = ${StringUtils.removeAndHump(${NAME}, ".")}) …
webstorm velocity jetbrains-ideCan I get an interactive JS debugger working on PhantomJS and/or CasperJS?
intellij-idea phantomjs casperjs webstorm javascript-debugger