Home
Rider Support | JetBrains
Submit a request
Community
Sign in
Horuuendillus
Follow
New posts
New posts and comments
Total activity
20
Last activity
August 15, 2022 13:52
Member since
March 28, 2022 14:51
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
9
Activity overview
Posts (4)
Comments (7)
Sort by recent activity
Recent activity
Votes
Created
August 15, 2022 13:52
To debug multiple services at the same time you switch between the active debug configuration by selecting the console for that debug configuration. In the following screenshot I have 2 microservi...
Community
General Discussion
when i run 2 microservices at the same time, the break points of the first one gets disabled.
0 votes
Created
April 16, 2022 14:41
Your first step should be to check under settings->Language And Frameworks->TypeScript and ensure it is configured correctly. Having used a few of the Jetbrain IDEs I can unequivocally say they eac...
Community
General Discussion
Moving typescript files to another directory does not update references
0 votes
Created
April 14, 2022 02:58
Basically if VS is set up use Tabs (which I think is the default) then set rider to use Tabs also. If VS is set to use spaces then set Rider to use spaces. Then indentations will be consistent. V...
Community
General Discussion
Changing style of heading white space in rider
0 votes
Created
April 13, 2022 12:21
The lines are tabs, and the dots are spaces, so it looks like it is mixed formatting. You can adjust the tab, indent and alignment settings by going to Settings->Editor->Code Style->C# For more inf...
Community
General Discussion
Changing style of heading white space in rider
1 vote
Edited
April 09, 2022 17:35
I just tried your code and it worked fine for me on Linux. I also tried this: Console.WriteLine("Hello, World!");for (int index = 0; index < 10; index++){ Console.WriteLine(index.ToString());}C...
Community
General Discussion
Console.Clear() does not clear Console, just skips lines
0 votes
Created
April 09, 2022 13:20
Possibly a known issue: https://youtrack.jetbrains.com/issue/RIDER-66804#focus=Comments-27-5258548.0-0 Solution is to launch external console when testing.
Community
General Discussion
Console.Clear() does not clear Console, just skips lines
0 votes
Created
March 31, 2022 13:39
If following the Getting Started guide, the following will work to for a plugin for Rider (2021.3.3) , this is in the build.gradle file: Set intellij version and type to RD // See https://github.co...
Community
General Discussion
Please provide a complete guide to developing a simple Rider plugin
1 vote