Joao Gavron
- Total activity 94
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 7
- Subscriptions 30
-
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... -
-
Created Weird suggestion in autocomplete
It isn't a big problem, but maybe it's easy to solve and I only do not know-how. I work with unity and Destroy method is one method that we use now and then, but if I type "des" rider suggests DES ... -
Created Unity log tab does not refresh after solve errors
AnsweredI started to use unity log tab in rider to decrease the need to change the context between unity and rider. So I can stick more time in rider. When I type something wrong the error appear just righ... -
Created Debug, rider unity, log/evaluate doubt
AnsweredNormally "Log message to console" goes to rider console, can I change this to print messages in unity console? -
Created **Dataflow analysis of integer values** isn't working
AnsweredI'm updating myself with new features in rider 2020.1/2/3 and saw this code analysis inserted in 2020.1 but when try to test in my last version 2020.3.2 the warnings simples do not appear. Am I for... -
Created About identation with (unity) attributes
This is what I want, a header attr that stay alone in line followed by n field with(out) attr sharing the same line: But when I add the first field, this is what I got And after I manually insert...