how do I disable this
It’s that auto typed code I figured it be more challenging for me to disable it and learn
18 Replies
Seems to be ItelliCode?
There should be a button somewhere, next to the zoom I believe, to disable it
Or you can open the VS installer again, uncheck IntelliCode, and it will be uninstalled completely
I like to have it for future use just now now and thanks for providing me with the name of it a !
Zz*
Uh
This is far as i got 🥲
Sorry for the shitty pic let me know if you need a better one
I mean, ideally you would be taking screenshots
My keyboreds weird but let me try !
yes
those are the options
you turn them off
i assume disable all of them?
Well, seems like changing from default to something like "disabled" would... disable it
okay ty xD
i tried the first one only and it didnt work so ._.
yeahh
yes the first one is not the one that controls it
that's probably the last one
i think it worked
i turned them all off
ty guys
!
also
is this the only way to incrament going down 2 in this code:
is there something besides -=2 i can type ?
i = i - 2
So something like
For (int i = 10; i > 0; i = i -2) ?
I feel like I’m wrong
yeah
I don't think anybody would actually use that over
i -= 2
, but you technically canOkay tty 🙂
There's also ++ and -- which increments or decrements by 1