Top "Webstorm" questions

WebStorm is a commercial IDE built by JetBrains for editing JavaScript, HTML, and CSS.

Webstorm ES6 named import getting cannot resolve symbol error

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 babeljs
Intellij-idea: auto-repetition of letter keys

Using 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 webstorm
WebStorm and PHP syntax highlighting in WebStorm

I have WebStorm and really like it. I don't use PHP very often, but I'm working on a project that …

syntax-highlighting webstorm textmatebundles
Destructuring assignments are not supported by current JavaScript version

I followed the steps here to configure code completion and other stuff in WebStorm but I'm still getting the following …

webstorm electron
How do you set up Jade file watcher in Webstorm?

I set up a Jade file watcher in the following way in WebStorm. However it does not produces any HTML …

node.js pug webstorm file-watcher
Completely clear the console in RubyMine (or WebStorm or PhpStorm)

I am trying to see if there is a way to "completely" clear the console in RubyMine (or any other …

terminal console phpstorm webstorm rubymine
hide WebStorm toolbar showing browser icons

How 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-ide
A module cannot have multiple default exports

I have only one export default line in my code. However, in WebStorm with Typescript, I get this TS Error: …

javascript reactjs typescript ecmascript-6 webstorm
Lowercase first letter in Apache Velocity

I've got this code, which converts "dotted" string to camelCase in WebStorm File Template: #set($Controller_name = ${StringUtils.removeAndHump(${NAME}, ".")}) …

webstorm velocity jetbrains-ide