Sublime Forum

Can't edit previously saved file

#1

I have created a python file locally. It’s a simple “Hello World” file. When I reopen it to edit I can’t type the parenthesis after print: print(“Hey”). The word print turns red and I’m unable to type the left parenthesis. I’ve deleted the file and made a new one, tried to add another line after the original first line, completely erased the text and started again, but when I type print( the word print turns red and I can’t type the opening parenthesis.

Thanks for your help!

0 Likes

#2

I guess you have a dodgy plugin like Jedi installed that remaps that key and doesn’t work properly

0 Likes

#3

Yes, you are right. I removed Jedi and that took care of the problem.
Thanks!

0 Likes