AmitKerala
AmitKerala

Reputation: 1

SublimeRepl not syncing with code (runs old code)

I have set keybinding Ctrl+Alt+B to run code in sublimeREPL. But, recently when I run a code it wont show the last change I have made to my code. I have to first Ctrl+B and then do Ctrl+Alt+B to run properly Code:

print("Hello") 
print("added this line just now, this wont show up")

the line which was added later won't sync, it just runs the old code the line which was added later won't sync, it just runs the old code

Upvotes: 0

Views: 34

Answers (1)

AmitKerala
AmitKerala

Reputation: 1

Finally figured it out. I just had to turn on autosave. You can turn it on and it should be fixed. (methods are different for mac and windows, just search in youtube and everything will be alright) Regards!

Upvotes: -1

Related Questions