Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
English (United States)
简体中文
Sign in
Elena Pogorelova
Total activity
18909
Last activity
June 05, 2026 11:43
Member since
October 08, 2012 14:17
Following
0 users
Followed by
9 users
Votes
899
Subscriptions
6339
Activity overview
Articles (0)
Posts (0)
Comments (11671)
Sort by recent activity
Recent activity
Votes
Created
December 02, 2021 08:37
Most probably your .idea files are broken, the .iml file and/or modules.xml are either missing or corrupted, so all the project files are treated as non-project. Deleting and re-creating .idea fo...
Community
WebStorm
My entire project is showing up as 'not part of the project'
8 votes
Created
May 24, 2020 10:22
We’d lie if we said that we’d never thought about introducing a community edition of WebStorm. Unfortunately, it’s not feasible right now, mainly because the WebStorm functionality is included in a...
Community
WebStorm
Webstorm community edition
7 votes
Created
August 20, 2019 18:45
Try changing collectCoverage to false - does it help? "collectCoverage": false, If the source file is instrumented for coverage, the generated code can't be mapped to source; it's a well known limi...
Community
WebStorm
TypeScript and Jest - debugger stops only on breakpoints in tests, never in source files
7 votes
Created
August 09, 2019 14:30
>Is there anything on there that we can do? Or do we wait for a Webstorm update? Updating WebStorm will unlikely help, as I'm not aware of any issues in it that might cause the problem. So, once mo...
Community
WebStorm
Debug profile CORS issue with Chrome 76
7 votes
Edited
April 19, 2019 08:05
the built-in TypeScript compiler, when enabled, auto-excludes the generated .js files from indexing by adding them to exactExcludedFiles list in workspace.xml. If your javascript files have the sam...
Community
WebStorm
Several Javascript files marked with X and yellow background
7 votes
Created
December 28, 2018 09:12
Types resolving won't work when using minified library version (jquery-3.3.1.min.js), but downloading typings (@types/jquery) should work: - in Settings | Languages & Frameworks | JavaScript | Libr...
Community
WebStorm
"$" jQuery shortcut underlined as "unresolved function or method"
7 votes
Created
December 19, 2018 10:57
are you using IDE Settings Sync or Settings Repository plugins? Export settings and Import settings are intentionally disabled when these plugins are used to avoid confusion, as these actions expor...
Community
WebStorm
I can't see import setting and export setting in File menu.
7 votes
Created
May 18, 2018 11:48
See https://youtrack.jetbrains.com/issue/WEB-22717#focus=streamItem-27-1558931-0-0 for one more possible workaround
Community
WebStorm
Cannot Resolve Imports when using babel-resolver
7 votes
Created
April 16, 2018 12:25
You can try specifying node_modules/@vue/cli-service/webpack.config.js as a config. Works for me:
Community
WebStorm
vue import component: "Module is not installed"
7 votes
Created
March 15, 2018 09:05
You might have it in dependencies, or configured in default project options... Anyway, if you don't like to use it, you can disable it in Settings | Languages & Frameworks | JavaScript | Code Quali...
Community
WebStorm
How do I resolve these JSHint ES6 errors?
7 votes
«
First
‹
Previous
Next
›
Last
»