instance.id
- Total activity 40
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 13
-
instance.id created a post, Does there exist some sort of method of quick-switching plugins/settings? (Ex: switch between using Jetbrains AI and Copilot for completion, and their hotkeys)
Hey there, I was wondering if there happens to exist any sort of mechanism/mechanic to allow for switching between plugins on the fly? I typically use copilot for my completion, as it has been ... -
-
-
instance.id created a post, Is there some sort of annotation I can add to an extension method to let the anazyzer know that an object has been checked for null?
Hello all, I am hoping to get rid of a bunch of (Possible 'System.NullReferenceException') items that show up in my code, because it seems that Rider doesn't detect that I have already checked ... -
instance.id commented, -
-
instance.id created a post, Rider says "Unable to locate .Net SDK 6.x", but running dotnet --info shows everything is located right where Rider is looking.
If you see the images below, Rider is saying it can't locate the dotnet 6 SDK, but in the middle of the first image, you can see the result of the different commands, and in the second image, you c... -
instance.id created a post, Is there a way to add *.uss for Unity stylesheets and then apply the custom rules?
Hey all, I was checking out custom variables in Unity StyleSheets (USS), and Rider kept saying that it was invalid in the places below, but I took the info right from Unitys documentation: http... -
instance.id created a post, What ends up happening if my project has a [SourceTemplate] annotated method, but the user isn't using Rider?
Hello, I was wondering what ends up happening if my project has a [SourceTemplate] annotated method, but the user isn't using Rider? I make a number of Unity packages and just discovered the am... -
instance.id created a post, Is there a confirmation warning that can be enabled when drag and drop folders and files locally?
I see that there is a way to enable a confirmation warning when moving files on a remote host (https://www.jetbrains.com/help/rider/Settings_Deployment_Options.html - Show warning dialog on moving ...