I love ngu because people always elaborate.
(Also because they never believe that they can work around problems, but that’s another story)
i hope to god you sense my sarcasm
I do and I don't. What I don't get is whether it is negative or positive towards my statement.
If you want to know why I'd assume it to be an annoyance is when users create classes. There is already an auto-suggestion but to auto-correct, I sense there would be a lot of issues.
When I write functions or classes, sometimes I have them do different things with a similar prefix towards a certain process I am trying to get completed.
It could be done, but I see too much bad.
Imagine int num1, num2, num3, num4;
Imagine if I typed in num. Num is not a data-type so you would have to assume its a variable due to it's closeness. If you were to program an auto-correction, I'd suggest writing something that broke down every variable and upped, lowered the ASCII value of a character to produce possibilities and then suggest anything that contains.
a could be null, b.
b could be a, c.
c could be b, d.
Even then I see problems...
A suggestion would be better than auto-correcting.