Top "Webstorm" questions

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

Value assigned to primitive will be lost

If I have an array of objects, and loop through them assigning a value to an attribute for each one, …

javascript webstorm
How to hide .js and .map files in WebStorm while working on Angular2-typescript project

I tried adding the extensions to .gitignore but the result is as below: The files are not completely hidden.

typescript angular webstorm
Mocha's describe "require() is missing" in WebStorm 11

I've just installed WebStorm 11 and created a new project, however WebStorm is saying that a require() is needed for the …

javascript node.js mocha webstorm
Adding spaces between imports and braces in WebStorm

Is it possible to add spaces between imports and braces in WebStorm's auto-import feature? Currently how the auto import looks …

webstorm
How to provide Python syntax coloring inside Webstorm?

I have a Python project, and I use WebStorm as my Editor. The problem is that Python's syntax doesn't get …

python webstorm
How to replace in WebStorm/PhpStorm with regex

I want to replace #{account_nbr} with {{account_nbr}} in the find, I tried this: \#\{()\w+\1\} and in the replace, …

regex replace phpstorm webstorm
Webstorm code completion does not show bootstrap classes

What do I have to change in my webstorm IDE that the bootstrap classes are recognized when I do: <…

twitter-bootstrap webstorm code-completion
Module name "fs" has not been loaded yet for context error in NodeJs

I have been trying to use sql.js with NodeJs using WebStorm. I configured the NodeJs in WebStorm and tried …

node.js requirejs webstorm sql.js
How to set single clicking to open file in IntelliJ IDEA?

And what are counterparts to eclipse's declaration view and javadoc view?

intellij-idea pycharm webstorm rubymine
"Cannot resolve symbol" when using ES6 `import` syntax

Here an example is given how to import certain classes from a module: import {ModalContainer, ModalDialog} from 'react-modal-dialog'; However, PhpStorm (…

javascript ecmascript-6 phpstorm webstorm commonjs