roro co
- Total activity 24
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 9
-
Created In rider, how to listen debug session pause in breakpoint event
Answeredin some case, when debug unity, rider debug session pause in breakpoint will not activate rider window, i must manually activate rider window so I hope a way to listen debug session paused, when p... -
Edited Cannot set renamePsiElementProcessor in rider plugin
I use following code: <extensions defaultExtensionNs="com.intellij"> <renamePsiElementProcessor implementation="ro.idea.cs.RenameF"/>... and RenameF class RenameF extends RenamePsiElementProcess... -
Edited Rider has no "Project Structure", how to see all excluded Directories?
AnsweredI careless "click dir > find action > exclude" dir and close project window, now I don't know how to re-include this dir -
Edited How to debug unity classlibrary?
AnsweredYou answer my question https://rider-support.jetbrains.com/hc/en-us/community/posts/115000553690-How-to-debug-classlibrary-project-code so to normal c# classlibrary project, in solution, I can cre... -
Created How to debug classlibrary project code
AnsweredI create a new classlibrary project, the default debug configurations show "no projects to run", so how to debug classlibrary code? see my screenshot my way is create nunit project to test code, ... -
Created How to attach c# source for decompilercache
AnsweredI try create nuget package and install it, here is my full code https://github.com/roroco/nuget-create-pacakge-and-use-in-pj-sample, but when I install nupkg and navigate to nupkg class, rider only... -
Created how to run nunit test in rider
AnsweredI create nunit file but I cannot find nunit runner configuration, my rider version is: Rider 2017.1Build #RD-171.4456.2169, built on August 3, 2017Licensed to roro coYou have a perpetual fallback l... -
Created How to create c# unit testing file and run test file?
AnsweredIn idea, there is navigate > test, if test file doesn't exist, it will popup to ask me whether should i create new test, in rider I cannot find navigate > test, so how to create c# unit testing file -
Created Cannot resolve symbol void(and all other basic types, for ex, string, float, int)
here is my youtrack issue https://youtrack.jetbrains.com/issue/RIDER-8615, I learn unity official tutorial and I don't know what cause it, to other project, it will not this question