Top "Webstorm" questions

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

How to show inferred TypeScript type in WebStorm?

In VS2012, you can hover over a typescript variable and it will show you the inferred type. Is there a …

typescript phpstorm webstorm type-inference
Intellij: Move tab left and right

Is there a way to move/reposition a tab using the keyboard? I know I can switch tab using ALT + …

intellij-idea webstorm intellij-13
Add space in self closing tags before in self closing tags

How do you include a space before the closing tags in self closing tags with WebStorm/IntelliJ-based products? Default settings …

reactjs intellij-idea pycharm webstorm eslint
Webstorm 7 cannot recognize node API methods

I just installed WebStorm. I'm working on a small Node.js app. I've attached the Node.js source code, and …

javascript node.js intellij-idea webstorm
Angular 5 WebStorm Run Configuration

I'm surprised to see Angular does not yet have an entry in Jet Brain's IDE, WebStorm, which run config do …

angular webstorm run-configuration
Efficient usage of WebStorm IDE

I've recently fallen in love in WebStorm as an IDE for JavaScript development. The problem is, I come from a …

javascript ide webstorm
Uncaught TypeError: Chart is not a constructor when using Chart.js

I'm working on my first Cordova projects and am trying to use Chart.js. The documentation states that Chart.js …

javascript cordova webstorm chart.js chart.js2
Warning: Cannot find parent tsconfig.json

I would like to fix the warning: Warning: Cannot find parent tsconfig.json in the TypeScript Errors tab in IntelliJ …

typescript intellij-idea webstorm tsconfig
Can't create WebStorm React project

I'm trying to create a React project in WebStorm 2016.3.1 It's asking me for a create-react-app but I have no idea …

reactjs webstorm
How to sort imports alphabetically for TypeScript files automatically in WebStorm / PhpStorm?

I use tslint with default config tslint:recommended and I want to adapt as less rules as possible. Certain rules …

typescript phpstorm webstorm tslint code-standards