Closed orels1 closed 4 years ago
Feature Description: It would be nice to be able to use nameof in U# for better IDE refactoring support. An example of a usage would be as follows
nameof
MyUdonSharpBehaviour.SendCustonNetworkEvent(nameof(MyUdonSharpBehaviour.Bonk))
Additional context: Since we can't call the networked methods directly - this will be a way to at least leverage the IDE for static analysis.
I'll look at adding this, it's just a bit weird with how it's handled in some cases.
Added in 0.17.0
Feature Description: It would be nice to be able to use
nameof
in U# for better IDE refactoring support. An example of a usage would be as followsAdditional context: Since we can't call the networked methods directly - this will be a way to at least leverage the IDE for static analysis.