Joao Gavron
- Total activity 94
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 7
- Subscriptions 30
-
Created Commit two times for new files
Every time that I add a new file I need to make two checks for the same file, one for kinda mark the file/folder as a versioned file, as you can see below and then when I enter in the commit chang... -
Created New options for Named expression
Normally I didn't use named expressions because I try to avoid having methods with too many parameters, but some methods from the technology that I use don't follow the same idea, so to make things... -
Created Debug trying to open a second instance of unity
Suddenly rider started to try to open a second unity instance when I try to debug my code o.O And the breakpoints show this error This is happening on this project ONLY. IDK if this is a coincide... -
Created TODO filter apply on more than one line
I'm trying to mark a whole commentary (with multiple lines) with a filter color I really think that I'm missing something because we have this option But when I add indentation to my commentaries... -
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"...