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
April 14, 2022 07:25
it doesn't actually matter, you can put the d.ts files anywhere and add them as a library to your project using Settings | Languages & Frameworks | JavaScript | Libraries, Add...
Community
General Discussion
Require.js and typing
0 votes
Created
April 11, 2022 11:22
Thanks! knockout-3.5.1.js is a compressed obfuscated version of a library, the IDE can't use it for code completion/resolving. Please try downloading knockout typings in Settings | Languages & Fram...
Community
General Discussion
Require.js and typing
0 votes
Created
April 09, 2022 11:06
Please feel free to file a request for this feature to youtrack, https://youtrack.jetbrains.com/issues/WEB
Community
General Discussion
Javascript: typing of variables
0 votes
Created
April 08, 2022 14:14
please could you share a test project the issue can be repeated with?
Community
General Discussion
Require.js and typing
0 votes
Created
April 08, 2022 14:07
This is a perfectly valid JavaScript, so the only way to get a warning is specifying the type explicitly with JSDoc: /** * * @type {number} */let i = 1;i = "foo"
Community
General Discussion
Javascript: typing of variables
0 votes
Created
January 26, 2022 15:26
You can use Run with coverage from the karma.config.js right-click menu: Does it work for you? There is no main toolbar button for this action, https://youtrack.jetbrains.com/issue/RIDER-48737
Community
General Discussion
Project-wide code coverage with Angular / Karma ?
0 votes
Created
January 26, 2022 09:38
Karma coverage is officially supported in Rider (as it's written in the documentation) Please could you clarify what you mean by the project-wide coverage? If you have a project-wide set of tests ...
Community
General Discussion
Project-wide code coverage with Angular / Karma ?
0 votes
Created
December 24, 2021 12:32
This is the issue with SASS compiler itself, not with Rider - it's not the IDE that compiles your files According to https://github.com/colourgarden/avalanche/issues/44#issuecomment-668464410, this...
Community
General Discussion
SCSS compilition generates whitespace and breaks class name
0 votes
Created
November 11, 2021 10:24
Please make sure that no Chrome instances are running when you start the debugger. Also, do you use Chrome installed with snap? It doesn't work due to permissions issues, see https://youtrack.jetbr...
Community
General Discussion
Javascript Debugging not working in Rider
0 votes
Created
May 26, 2021 14:03
The IDE doesn't understand the way components are exposed in library files, thus the issue. To improve code completion for different Vue.js component libraries, we are using a special format of met...
Community
General Discussion
VueJs: intellisense on external components
0 votes
«
First
‹
Previous
Next
›
Last
»