C
C#4mo ago
Jexs

how do I disable this

It’s that auto typed code I figured it be more challenging for me to disable it and learn
No description
18 Replies
Angius
Angius4mo ago
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
Jexs
JexsOP4mo ago
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 🥲
Jexs
JexsOP4mo ago
No description
Jexs
JexsOP4mo ago
Sorry for the shitty pic let me know if you need a better one
Angius
Angius4mo ago
I mean, ideally you would be taking screenshots
Jexs
JexsOP4mo ago
My keyboreds weird but let me try !
Jexs
JexsOP4mo ago
No description
reflectronic
reflectronic4mo ago
yes those are the options you turn them off
Jexs
JexsOP4mo ago
i assume disable all of them?
Angius
Angius4mo ago
Well, seems like changing from default to something like "disabled" would... disable it
Jexs
JexsOP4mo ago
okay ty xD i tried the first one only and it didnt work so ._. yeahh
reflectronic
reflectronic4mo ago
yes the first one is not the one that controls it that's probably the last one
Jexs
JexsOP4mo ago
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:
for (int i = 10; i > 0; i -= 2)
{
Console.WriteLine(i);
}
for (int i = 10; i > 0; i -= 2)
{
Console.WriteLine(i);
}
is there something besides -=2 i can type ?
Angius
Angius4mo ago
i = i - 2
Jexs
JexsOP4mo ago
So something like For (int i = 10; i > 0; i = i -2) ? I feel like I’m wrong
Angius
Angius4mo ago
yeah I don't think anybody would actually use that over i -= 2, but you technically can
Jexs
JexsOP4mo ago
Okay tty 🙂
The Fog from Human Resources
There's also ++ and -- which increments or decrements by 1
Want results from more Discord servers?
Add your server