Top "Webstorm" questions

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

Describe property object in TypeScript interface

I want to describe some interface with nested objects. How can I do it without creation of Interfaces for nested …

typescript types type-conversion webstorm typescript2.0
Get rid of the middle grey line in the workspace

How can I remove that grey line on the code workspace .. Image: Look at that vertical grey line at the …

phpstorm webstorm
How to open a terminal on WebStorm?

How do I get WebStorm to open a terminal? When I try to do it I get an Exception: "java.…

webstorm
Reset default settings in WebStorm

I have applied this theme to WebStorm, but I do not like it. How can I revert to WebStorm's default …

webstorm user-preferences
How do I enable Webstorm intellisense for AngularJS when writing CoffeeScript

I have setup Webstorm to recognise and compile my coffeescript files. I have installed the AngularJS plugin and can successfully …

angularjs coffeescript webstorm
TypeScript isNan only accepts a number

I work with WebStorm 2016.2.2, TypeScript 2.1, Node.js. For some reason, isNan is declared as a function that only accepts a …

javascript node.js typescript webstorm
How can I reformat JavaScript code in WebStorm?

I am using JetBrains WebStorm IDE. But I think there is not shortcut to autoformat (beautify) the code. In Netbeans, …

node.js ide webstorm
___jb_bak___ and ___jb_old___ files in PyCharm

When I got some PyCharm project from my colleague I saw some backup files of *.py files. This files have …

intellij-idea phpstorm pycharm webstorm jetbrains-ide
How to integrate WebStorm with Vue.js

WebStorm didn't support Vue.js natively (at least for now - Apr, 2016). I've find few advice how to improve WebStorm …

intellij-idea phpstorm webstorm vue.js jetbrains-ide
How do I use WebStorm for Chrome Extension Development?

I just bought WebStorm 5 and so far have been really enjoying its Inspection features. One hitch I've run in to …

javascript autocomplete google-chrome-extension intellij-idea webstorm