Home
Rider Support | JetBrains
Contact Support
Community
Sign in
Elena Pogorelova
Total activity
60
Last activity
November 21, 2025 15:32
Member since
September 23, 2019 17:12
Following
0 users
Followed by
0 users
Votes
3
Subscriptions
21
Activity overview
Articles (0)
Posts (0)
Comments (36)
Sort by recent activity
Recent activity
Votes
Created
October 05, 2023 11:30
The IDE can't know if the certain variable is unknown by design or by mistake - if it can't be resolved when analyzing code statically, it will be reported as unresolved. If annotating your code is...
Community
General Discussion
Javascript: unresolved reference?
0 votes
Created
October 05, 2023 10:57
In case of the parameter, the IDE can't know the actual parameter type. You can specify it explicitly using the @param JSDoc annotation to avoid the warning. See https://jsdoc.app/tags-param.html
Community
General Discussion
Javascript: unresolved reference?
0 votes
Created
October 05, 2023 07:21
re-sending the image
Community
General Discussion
Javascript: unresolved reference?
0 votes
Created
October 05, 2023 07:20
With the global x defined like```var x = {Foo: 1};```i don't get the Unresolved reference error:
Community
General Discussion
Javascript: unresolved reference?
0 votes
Created
October 05, 2023 06:13
You are using `window.x.Foo` on the right side of assignment, running this code will result in "Uncaught TypeError: Cannot read properties of undefined (reading 'Foo')". So the "Unresolved variable...
Community
General Discussion
Javascript: unresolved reference?
0 votes
Created
February 17, 2023 14:52
Hello!1. please vote for https://youtrack.jetbrains.com/issue/WEB-31463/Add-code-folding-for-wrapped-attributes-in-HTML-XML-tags-collapse-attributes to get notified on any progress with it2,3: plea...
Community
General Discussion
Possible to fold react Components?
0 votes
Created
November 23, 2022 08:27
Hmm... From the dev tools screenshots it seems that the URL should start with webpack:// and not with http://. And you have again specified the mappings for the bundle instead of adding them for yo...
Community
General Discussion
Can't get javascript debugging to work with Rider
0 votes
Edited
November 19, 2022 11:16
Please try specifying the URL mappings for your source folder (Scripts/ts/contribution-reporting/components or whatever it looks like), not for a bundle. Copy the URL your payment.vue script has in...
Community
General Discussion
Can't get javascript debugging to work with Rider
0 votes
Edited
November 18, 2022 15:04
>When i run the project I actually can go into the developer tools in chrome and find the specic source files I want to debug into and set breakpoints there could you share screenshots illustrating...
Community
General Discussion
Can't get javascript debugging to work with Rider
0 votes
Created
April 30, 2022 09:35
You must have the Legacy Icon Pack for IntelliJ 2018.2+ plugin installed. You could disable this plugin as a workaround currently. Related ticket: https://youtrack.jetbrains.com/issue/IDEA-290478
Community
General Discussion
Why does the icon get bigger after I upgrade to the latest version of webstorm?
0 votes
«
First
‹
Previous
Next
›
Last
»