Joao Gavron

- Total activity 54
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 16
-
Created The debugger "step into" going to weird place
When trying to "step into" a method the debugger is following a direction that I didnt get, see the sample A simple local instance of a NanonobotForm that has a method called StartUnite See what h... -
-
Created How to rename a namespace?
AnsweredThe rename options are not appearing when hovering over a namespace name, what am I doing wrong? -
Created Inconclusive tests when running from rider
When I try to run tests from the rider, I receive an "inconclusive message" and It also lost the reference to the test assembly in unity (I think, see the second image), then I need to reopen unity... -
Created Its possible to create a shortcut for new unity file?
I want to know if it's possible to create a shorcut for the "Add/Unity" script -
Created It's possible to make the bookmark persist when I "Move statement down"?
It's like the title says, sometimes when looking at other's code I use bookmarks with mnemonics to mark some snippets and to be able to fast move between them, I also use your "Move statement down"... -
Created Debug on unity editor script
IDK if this is the expected behavior, but today my immediate window when debugging stopped to offer suggestions, window is working properly I mean if you type the whole name they will show to you t... -
Created Shortcut for triple slash
I didn't find in settings a way to configure it, atm I'm documenting a tool that I've been working on, and whenever I want to paste some code inside the triple slash example tag, the code came flat... -
Created Change "Create event invocator" automatic code
Rider provides a "Create event invocator" when you create some EventHandler<T>, this is following the MSDN convention making the automatically created method have the word "On" as the prefix, but I... -
Created Renaming methods rename unit test
I don't know if we can already do this and I'm only not finding it, but... I want to know if we have a way to automatically rename unit tests when we rename the corresponding method? I want to make...