customVariable => “Custom Variable”
an_otherCustomVariable => “an_otherCustomVariable”
We all know that editor does that. Is there a way to disable it? It doesn’t help me at all. Especially in example above. And what if my variable name is something really cryptic, like molecular combination? Or something other like
public string NoSDViBSmNtfdPlcd = “just, a random example”;
I don’t want to see “No SD Vi B Sm Ntfd Plcd”. It doesn’t help me at all. I want to disable these spaces. Possible anyhow?
It’s not possible. Don’t use cryptic variable names, though…nothing good ever came from that.
–Eric
Don’t use cryptic variable names, though…nothing good ever came from that.
When I make variable “playerPos”, making it look “Player Pos” doesn’t make it better too :|, hella confusing to me. Because my brain seeks for word “Pos” in it’s dictionary. If it was “playerPos” brain would look in list of variables instead.
Is there a suggestion box somewhere. I can’t really find forum for that. Is there even a place, where I could suggest such a thing?