Questions tagged [jetbrains-rider]

131 questions
0
votes
0 answers

Is it possible to use non-alphabetical sorting of using statements in Rider?

I'm using JetBrains Rider for C# in Unity. When I add a missing using statement, Rider sorts all namespaces alphabetically. However, I'd like a different sorting order. I want using statements for my own packages to be placed after those for…
0
votes
1 answer

blazor wont build from solution template Rider

hello everyone :slight_smile: noob here, on arch linux, i've been building blazor webassembly apps for a week it's been fine all of a sudden they just dont work anymore, i keep getting this error from Jetbrains Rider _Imports.razor(10, 23): [CS0234]…
0
votes
1 answer

Restoring Default Layout in Rider

I recently lost that Toolbar item in Rider where you select the project to run and configurations for it. I finally found it again, but it is now on the left hand side above solution explorer. I'd like it all to be how it was when I first installed…
onefootswill
  • 3,707
  • 6
  • 47
  • 101
0
votes
0 answers

Enable "Insert Virtual Indent on Enter" without Enabling "Allow Caret Placement After the End of Line"

I'm attempting to replicate how new lines work in Visual Studio. Specifically, when pressing enter from the EOL, a new line is create with virtual indentation (i.e., the caret is placed at the correct indention without the tab and/or space…
0
votes
0 answers

How to display C# class documentation in Rider?

When I write Java in IDEA, I can use Ctrl+Click to enter a class and display full documents of class. I really like this. But in Rider, it's just a little bit documents. For example, I enter class Integer and see a lot of documents on class, field…
Deng Jim
  • 1
  • 1
0
votes
1 answer

How to create C++ Desktop Application in JetBrains Rider

Is it possible to create C++ Desktop Application template in JetBrains Rider? How I can create Desktop Application with start files and C++ code like in Visual Studio? Visual Studio 2022 - project creating In Rider project creating menu I only find…
Andrew
  • 3
  • 1
0
votes
1 answer

Can't hit breakpoint to one specific action in JetBrains Rider

My controller has a lot of actions. But One actions breakpoint not being hit when at debug mod. I triggered other actions from swagger and those breakpoints were hit. But when I send request to that action, I get response directly. I looked to…
EsprnzJK
  • 25
  • 5
0
votes
1 answer

Is it possible to generate formatting members in Visual Studio similar to Rider?

Is there a way to generate formatting members in Visual Studio like in Rider? When I generate ToString in Visual studio I get this: Which is useless to me. when I generate formatting members in Rider I get this: Which is far better. Is there a way…
0
votes
0 answers

How to convert any navigation property Into JSON format? And, how to make JSON Schema from multiple navigation property?

I want to create JSON Schema from different classes, which I mentioned all below. This is the Schedule Class. public class Schedule : BaseEntity, IAggregateRoot { public string Name { get; set; } public virtual…
0
votes
1 answer

Rider format when invoke parameters exactly below first parameter

When Im using rider and I have a method invoke with multiple parameters, when I format code I would like Rider to place them exactly below the first parameter, each parameter on a new line. Instead it places them at the beginning of each…
pantonis
  • 5,601
  • 12
  • 58
  • 115
0
votes
0 answers

build rider plugin and export jar file

Within the URL https://github.com/JetBrains/resharper-rider-plugin, there are several Rider plugin samples available for review. I would like to build one of these samples and export it as a jar file that I can install using the 'Install plugin from…
Hossein Hajizadeh
  • 1,357
  • 19
  • 10
0
votes
0 answers

Jetbrains codecleanup cli tool does not find second file

I just started messing around with the JetBrains code cleanup CLI tool. I would try it for a pre-commit git hook. So I tried including a list of files. The files are inside the same directory, but the second is not found. Can anyone…
hechtag
  • 1
  • 2
0
votes
0 answers

Jetbrains Plugin SDK: Add action to toolbar for all Jetbrains IDEs

I'm developing a plugin for Jetbrains IDEs, which includes an action item that I want to include in the main toolbar at the top. (I'm not super familiar with Jetbrains so forgive me for my lack of correct terminology). I have been able to include…
0
votes
1 answer

JetBrains Rider: Selecting text trigger 'insert' button

I have a strange issue with JetBrains Rider. I write some text and then when I select a text with my mouse, to replace it or to copy it, suddenly, it seems like the 'insert' is clicked and strange stuff begin to happen rather than writing the new…
ibda
  • 376
  • 3
  • 15
0
votes
0 answers

The project doesn't contain all package namespaces

I have created a package and named it General Utility. This package has three assembly definition (.asmdef) files. Each assembly definition has a specific namespace. You can see the Root Namespace field of all assembly definition files in the…
Abolfazl
  • 100
  • 1
  • 9
1 2 3
8 9