Top "Webstorm" questions

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

how to align text to specific character in phpstorm or webstorm?

I have this text $test1 = 'testing1'; $test1test1 = 'testing1'; $test1test1test1 = 'testing1'; $test1 = 'testing1'; and …

php text alignment phpstorm webstorm
WebStorm says console is an unresolved variable

For some reason WebStorm says that the global console variable in javascript is unresolved. How can I resolve this? I …

webstorm
WebStorm: How to generate JSDoc documentation

I just started using WebStorm and JSDoc to document my JavaScript. Still I have not found a way to generate …

javascript webstorm jsdoc
Grunt debugging from Webstorm

Its possible to run grunt tasks within WebStorm through external tools. However, is it possible to avail debugging with external …

node.js debugging intellij-idea gruntjs webstorm
Search all Files in WebStorm

I do not see an option to search for a term in all code files in WebStorm 6.0. Does anyone know …

webstorm
WebStorm: search does not work

I know that is used to search : Ctrl+Shift+F or Edit | Find | Find in Path and it worked before, …

search intellij-idea phpstorm webstorm
Using chrome extension apis in typescript

I'm building a chrome extension written in TypeScript. I'm using WebStorm and I added the chrome-DefiniteltyTyped library in my project. …

javascript google-chrome google-chrome-extension typescript webstorm
Document generic type parameters in JSDOC

In JSDoc there exists the possibility to document the exact types of array contents like this: /** @param {Array.<MyClass&…

javascript webstorm jsdoc
'require' keyword not being recognized by webstorm

I'm using WebStorm as the IDE. Here's my folder structure and express.js insalled: But my sample code is not …

node.js webstorm
How do I teach WebStorm 9 inspector to recognize Angular Material Design tags/attributes?

Currently, all my angular material HTML attributes are highlighted in yellow with WebStorm 9 (Mac OS X Yosemite) warning: "Attribute [name] …

webstorm