Top "Webstorm" questions

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

How to display "git blame" in PhpStorm after opening file by default

How to display "git blame" after opening a file by default in PhpStorm. Without "right-click the left gutter, and select …

php phpstorm webstorm
TypeScript: 'super' must be called before before accessing 'this' in the constructor of a derived class

I've seen this question passing a few times before, but I think my question is more concerning an architectural approach …

inheritance architecture typescript webstorm typescript1.8
Why does WebStorm's LiveEdit not work in Chrome?

I am exploring WebStorm's trial version and would like to use the LiveEdit features. I am not able to use …

debugging webstorm liveedit
Webstorm not recognising JavaScript file

Webstorm doesn't recognize one of my .js files as a JavaScript file so I'm losing syntax highlighting and being able …

intellij-idea pycharm webstorm rubymine file-type
Enabling Liquid templating syntax highlight in webStorm/phpStorm

I wonder if someone managed to enable the Liquid templating engine syntax highlighting in WebStorm IDE, I work a lot …

syntax-highlighting shopify webstorm liquid textmatebundles
How to configure WebStorm / PhpStorm project so that JS code intelligence works well for Node.js projects?

In WebStorm / PhpStorm / IDEA, there are quite a lot of code intelligence feature for JavaScript built in. However, when developing …

node.js intellij-idea phpstorm webstorm
How to open recently closed file in PhpStorm?

I am looking for shortcut to open recently closed file in PhpStorm. I know some similar shortcuts but I am …

phpstorm webstorm
WebStorm reports a "missing import" on built-in objects

I've an ES6 project in WebStorm which obviously sometimes uses some built-in objects like Math or JSON. Both HTML / ECMAScript 5 …

ecmascript-6 webstorm
Regex replace uppercase with lowercase letters in PhpStorm/Webstorm (Intellij-IDEA)

Hey I have to change in a lot of places camelCase to snail_case. I have following example: billingAddress paymentDetails …

regex intellij-idea phpstorm webstorm
node-express app.get() marked as unresolved in webstorm

If you follow JetBrains' Getting Started with Node.js in WebStorm instructions, node-express specific code is highlighted correctly. However if …

express webstorm unresolved-external