Home
Rider Support | JetBrains
Contact Support
Community
Sign in
Elena Pogorelova
Total activity
58
Last activity
May 14, 2024 13:05
Member since
September 23, 2019 17:12
Following
0 users
Followed by
0 users
Votes
3
Subscriptions
20
Activity overview
Articles (0)
Posts (0)
Comments (35)
Sort by recent activity
Recent activity
Votes
Created
May 14, 2024 13:05
It must be https://youtrack.jetbrains.com/issue/RIDER-110608/Css-CodeCompletion-does-not-work-for-.razor-files-anymore, it is fixed in 2024.1.2 update.
Community
General Discussion
Bootstrap 5 CSS IntelliSense
0 votes
Created
May 08, 2024 15:24
Hello!Unfortunately, it’s not quite clear what the problem is. Can you please describe it in more detail? Do you get no CSS completion at all, or no completion from the bootstrap .css files? Do you...
Community
General Discussion
Bootstrap 5 CSS IntelliSense
0 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
Next
›
Last
»