Top "Webstorm" questions

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

Path aliases for imports in WebStorm

I use webpack path aliases for ES6 module loading. E.g. If I define an alias for utils instead of …

javascript webstorm webpack es6-module-loader
Webstorm: how to extend to handle PHP files or even just highlight code correctly?

I tried this IDE and I like it. Only problem is that if Im in a project that has some …

ide phpstorm webstorm
How can I get WebStorm to recognize Jasmine methods?

I have a node.js project that contains some Jasmine specifications. The specifications are in a spec/ subdirectory and have …

jasmine webstorm
Code snippets in PhpStorm

I use PhpStorm. I want to make snippets of code and then assign shortcuts to them. I can do it …

phpstorm code-snippets webstorm code-completion
Exclude folder from search but not from the project list

I have a few different project with the same core. All I need is to mark all not current projects …

php phpstorm webstorm
How to configure DB Navigator for Jetbrains PHPStorm and WebStorm

I need to set up a connection in the DB Navigator plugin for PHPStorm in a mac (snow leopard). It …

database phpstorm pycharm webstorm navigator
How to Turn off automatic saving on web storm

I am developing with meteor and Webstorm, being that meteor automatically updates the browser and Webstorm saves after you stop …

editor webstorm jetbrains-ide
How can I run nodemon from within WebStorm?

I would like to use nodemon from within the WebStorm IDE (version 7). Nodemon watches one or more files in my …

javascript node.js webstorm nodemon
Change WebStorm LiveEdit Port (63342)

How can I change the port of the LiveEdit feature in WebStorm ? The default port is 63342, so i can run …

intellij-idea localhost port webstorm liveedit
Is it possible to set Wordwrap in WebStorm? I need to set by default all the files should be in wordwraping

Is there any way to set word-wrap for all new/existing files should be in word-wrapping. I need to set …

word-wrap webstorm