Is it possible to have a project default to Python3 so that I don’t have to set the file type for every individual python file?
Yep. Preferences - File Associations
. Find *.py
and change the language for it to Python 3
Thanks for the suggestion, but I was hoping for a project-related setting. Changing that would cause the same problem in my Python 2 projects.
This has been asked for actually. There is currently only a global setting for this. I recommend using Open file from template (ctrl + shift + n) for now.
- Carey
Thanks, Carey. I’ll look forward to that feature.