instance.id

- Total activity 43
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 6
- Subscriptions 14
-
instance.id created a post, Goto definition result almost always placed at the very bottom of window (or just below view) unless file is already opened
For some reason, when I use Goto Definition, the result will always be placed at the very bottom of the window (or occasionally just below view) if the file was not already opened. (which can be se... -
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...