As a JavaScript coder, I HATE having to manually put in the } after the { in an if statement like
if(true){
if(true){
}
CodeCombat has a feature that does this for you to save time, but this has been slacking lately, even with " "
. What’s going on? Anyone?
yeah this bug has been around for a while i think?
i remember a long time ago (idk how long lol) i encountered this problem, and i kept trying to turn the setting for autocomplete on and off over and over again but it never fixed itself. Sometimes it’d randomly start working and then stop working a bit later, but i never really found a fix for it.
i find that it works about 1/16 of the time if you do it not inside anything (i.e. not in a hero.command) or about half the time if you do it as part of an auto-finish (i.e. whil, hit enter, goes to while(true){ })
1 Like
ngl I had no idea this existed
wuts autocomplete? sounds like ai
huh? idunderstand code or whatever that is
if you type in {, it will automatically type } also