Skip to main content
Filter by
Sorted by
Tagged with
726 votes
14 answers
677k views

Possible Duplicate: Intellij Idea 9/10, what folders to check into (or not check into) source control? I started using WebStorm for web development and am not sure what to add and what to exclude ...
Borek Bernard's user avatar
376 votes
5 answers
110k views

I'm using TypeScript style with single quotes, double quotes are used exclusively in HTML templates. WebStorm/PhpStorm auto import adds import statements with double quotes and ruins the style. I ...
Estus Flask's user avatar
267 votes
6 answers
155k views

I'm choosing an IDE for web development and I would like to know what the differences between WebStorm and PHPStorm are. I couldn't find any major points on JetBrains' website and even Google didn't ...
Filip Kraus's user avatar
  • 2,804
254 votes
7 answers
131k views

I was getting started with Next.js on WebStorm 2022.2.1 Build #WS-222.3739.57. I created a new Next.js project with TypeScript enabled, and that's all. The error is shown below: TypeError: this....
Thebluedragon's user avatar
182 votes
13 answers
73k views

I accidentally created a file with no extension and I chose the wrong file type association. Text Document I think. I renamed it to have the .js extension which is what I wanted, but now it's stuck ...
Joseph Eames's user avatar
  • 2,561
173 votes
4 answers
44k views

I just bought WebStorm 5 and so far have been really enjoying its Inspection features. One hitch I've run in to when developing my Chrome extension is that it doesn't recognize the chrome variable: Is ...
matpie's user avatar
  • 17.6k
160 votes
8 answers
96k views

I have a function that takes data from server: function getData(data){ console.log(data.someVar); } WebStorm says that someVar is an unresolved variable. How can I get rid of such warnings? I see ...
S Panfilov's user avatar
  • 17.7k
144 votes
18 answers
109k views

To edit files from terminal I use subl (for sublime text) in order to edit the file; example: If i need to edit app.js file I use subl app.js Is there any way I can set up webstorm to open from the ...
Jackal's user avatar
  • 2,692
138 votes
7 answers
43k views

I have a node.js project that contains some Jasmine specifications. The specifications are in a spec/ subdirectory and have the .spec.coffee extension, as required by jasmine-node. When I open one of ...
Joe White's user avatar
  • 98.3k
131 votes
9 answers
83k views

I've specified eslint configuration for my WebStorm project. But it does not seem to apply to code reformat feature. For example, it continues to format import { something } from 'somewhere' as import ...
SiberianGuy's user avatar
  • 25.5k
129 votes
5 answers
38k views

Is it possible to add spaces between imports and braces in WebStorm's auto-import feature? Currently how the auto import looks like: import {AbstractControl} from '@angular/forms'; I want to change ...
Runtime Terror's user avatar
117 votes
7 answers
67k views

This is starting to bug me and I'd either like it turned off or fixed. So Webstorm has a sweet feature in it's HTML parser that will attempt to resolve directories in strings that are supposed to ...
kentcdodds's user avatar
  • 29.3k
113 votes
3 answers
25k views

How do you include a space before the closing tags in self closing tags with WebStorm/IntelliJ-based products? Default settings turns <ReactComp /> to <ReactComp/>, which is against one ...
Poyan's user avatar
  • 6,733
106 votes
7 answers
133k views

I'm looking for a way to auto-format my code in the WebStorm IDE?
HasanAboShally's user avatar
98 votes
10 answers
41k views

I've built a project in WebStorm and then submitted the project to GitHub. When I rebooted the computer and relaunched WebStorm (and the project), all I can see in the project pane is the root files, ...
Chase Florell's user avatar
94 votes
13 answers
46k views

Just tired of typing console.log again and again, and do not find a way like Sysout + Control + Space in Eclipse will create System.out.println().
Chopper Lee's user avatar
  • 1,577
93 votes
7 answers
94k views

Is it possible to remove empty/blank lines using code formatting in Intellij IDEA?
Eugene's user avatar
  • 60.4k
86 votes
2 answers
29k views

I am looking for shortcut to open recently closed file in PhpStorm. I know some similar shortcuts but I am looking for command which is the same like Ctrl + Shift + T in browsers...
fico7489's user avatar
  • 8,650
85 votes
16 answers
224k views

Is there a way in WebStorm to comment or uncomment a specific line or selected block of source code with shortcut? I tried to use CTRL + / but it doesn't work for me.
Max Power's user avatar
  • 861
81 votes
8 answers
50k views

Is it possible to ignore searching the node_modules folder when using WebStorm's navigation pop-up window (Command + Shift + N)? This makes it really annoying when wanting to quickly navigate to, ...
inreflection7's user avatar
80 votes
5 answers
50k views

I am trying to use new tools available for coding in JavaScript. I've seen the post PhpStorm "Let definition are not supported by current JavaScript version". I've tried as suggested over ...
AST's user avatar
  • 1,541
79 votes
12 answers
60k views

I am currently using Windows 10 with WSL Ubuntu 18.04 installed. I am trying to use WSL as the default terminal in WebStorm however, I am able to use the bash from WSL but the default directory would ...
forkadam's user avatar
  • 2,652
79 votes
8 answers
27k views

What is the best way to sync similar settings across JetBrains IDEs? For example I have PyCharm and PhpStorm, both of which support CSS and HTML, and I would like to have all of the syntax coloring, ...
orome's user avatar
  • 49.2k
78 votes
10 answers
44k views

How can I remove that grey line on the code workspace .. Image: Look at that vertical grey line at the right side ..
Ido's user avatar
  • 2,054
76 votes
13 answers
37k views

When I write Javascript, I use semi-colons. However when I write in webstorm/phpstorm, it auto completes braces and brackets, but doesn't auto-add a semicolon. I know that isn't required per the ...
tvpmb's user avatar
  • 1,477

1
2 3 4 5
111