Top "Webstorm" questions

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

How can I debug my Meteor app using the WebStorm IDE?

Can anyone provide a short list of steps on how to connect a Meteor app to the WebStorm debugger please?

node.js debugging meteor remote-debugging webstorm
What is the 'Resource Root' designation for in PHPStorm? For that matter, what does PHPStorm consider to be a resource?

Maybe I'm being thick, but I fail to understand what the 'Resource Root' button/designation is for when creating a …

intellij-idea phpstorm webstorm jetbrains-ide
How to use Mac OSX Keymap on Windows for WebStorm or IntelliJ IDEA?

I use WebStorm on both my Mac and Windows for work purposes. I would like to know if it is …

intellij-idea settings webstorm keymapping keymaps
How to debug Nodejs app running inside Docker container via Google Cloud

I have found Google provides some guidelines on how to run Nodejs on a custom runtime environment. Everything seems fine …

node.js google-app-engine debugging webstorm gcloud
How to annotate Express middlewares with JSDoc?

I'm trying to document an Express middleware, but the build-in validation tool in WebStorm tells me that types are incorrectly …

javascript express webstorm jsdoc
Pycharm error: Cannot determine module type ("WEB_MODULE")

I'm using Pycharm Professional 4.5.4 to develop a javascript project and was seeing some odd behaviour when opening the project in …

pycharm webstorm jetbrains-ide
How can I ignore a certain WebStorm inspection error?

Following tries do not work: /* tslint:disable:"no-unused-variable" */ /* tslint:disable:'no-unused-variable' */ /* tslint:disable:no-unused-variable */ Maybe Webstorm has other linting mechanisms …

typescript webstorm rule
PhpStorm background color line number

How to change background color of left panel (where line numbers). I want set it to dark. Because I using …

background-color line-numbers phpstorm webstorm
Create WebStorm run configurations from package.json "scripts" section

In my package.json file, I have the following "scripts" configuration. ... "scripts": { "start": "watchify -o lib/index.js -v -d .", "…

node.js configuration npm webstorm package.json
JavaScript Program Path Not Specified Error

I've been creating a JavaScript game for a project recently and have done it completely on the CodePen website. I …

javascript webstorm codepen