Top "Webstorm" questions

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

How to make WebStorm format code according to eslint?

I've specified eslint configuration for my WebStorm project. But it does not seem to apply to code reformat feature. For …

webstorm eslint
How to speed up WebStorm

In huge project WebStorm (it can be other product of JetBrains) is always thinking and loading something. This is really …

intellij-idea webstorm rubymine
Changing the code font size in WebStorm IDE

I can't seem to find a way to change the code font size in WebStorm. I change the font size …

ide webstorm
Webstorm becomes extremely slow with node.js

Anyone knows what's the deal with this IDE? I have been running it for a while, lately it has become …

node.js performance webstorm
How to completely uninstall webstorm on ubuntu

I am trying to remove Webstorm editor completely from my Ubuntu 14.04, I have already tried by removing its installation folder …

linux ubuntu ubuntu-14.04 webstorm
How can I select next occurrence in IDEA editors

Ctrl+D performs the find_under_expand command in sublime. This basically searched for the next occurrence of the already …

intellij-idea pycharm phpstorm webstorm
Ignore node_modules in Webstorm when using navigation pop-up

Is it possible to ignore searching the node_modules folder when using WebStorm's navigation pop-up window (Command + Shift + N)? This …

webstorm
How to disable WebStorm semicolon check?

How to disable WebStorm semicolon check in Node.js? I have tried the following method but they do not work: …

node.js ecmascript-6 webstorm
Import not working with JavaScript in PhpStorm/Webstorm

I'm trying to run a piece of JavaScript code written in a tutorial that looks like this: main.js import …

javascript ecmascript-6 phpstorm webstorm
does webstorm have some shortcut for console.log or console.info

Just tired of typing console.log again and again, and do not find a way like 'Sysout + Control + Space' in …

webstorm shortcut