Top "Webstorm" questions

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

Set Node.js environment variables in WebStorm

Is there any way to set environment variables when running a Node.js app using JetBrains' official Node plugin for …

node.js intellij-idea environment-variables webstorm
webstorm: what does "Element is not exported" warning mean?

if i write such code in webstorm export class someOne { constructor(param) { this.test = param; } useTest(){ return this.test; } } console.…

javascript ecmascript-6 warnings webstorm
Folders missing in project pane in Webstorm

I've built a project in WebStorm and then submitted the project to GitHub. When I rebooted the computer and relaunched …

ide webstorm
How to use WSL as default terminal in WebStorm or any other JetBrains' products?

I am currently using Windows 10 with WSL Ubuntu 18.04 installed. I am trying to use WSL as the default terminal in …

webstorm jetbrains-ide windows-subsystem-for-linux
How can I setup webstorm to automatically add semi-colons to javascript functions, methods, etc

When I write Javascript, I use semi-colons. However when I write in webstorm/phpstorm, it auto completes braces and brackets, …

javascript phpstorm webstorm
How to debug angular protractor tests in WebStorm

There is a way to run and debug protractor web-tests in WebStorm. I just want to share this answer here

javascript angularjs node.js protractor webstorm
How to create run configuration with Yarn instead of npm in WebStorm 2016.2.3

I used to work with npm via WebStorm. I usually just add a npm based run configuration in the right …

webstorm yarnpkg
How to make Webstorm "Reformatting Source Code" to change double quotes to single quotes?

When I push cmd + alt + l Webstorm doing some reformating to beautify my JavaScript sources. Ho to make Webstorm automatically …

javascript ide webstorm
How to set max line length rules in view? (not linting)

I am using Webstorm 7 and want to set a max line length in the view to be 80 and not 120 (as …

webstorm
JetBrains IDE Support Extension - How to disable Chrome Warnings?

Hey there I've been using the JetBrains IDE support extension for a week now, and While it is great utility. …

netbeans intellij-idea phpstorm webstorm