custom start file
I write code primary in Python, but other languages as well. I would like when I start a python file that it will automatically open with the file with the following already in it.
#!/usr/local/bin/python3
"""
Author: John Smith
Creation Date: 02/02/2020 <Date Auto Generated>
Last Modified Date:
Version: 1.0
Description:
"""
Is this possible?
Please sign in to leave a comment.
Hello,
Please consider the following method - File and code templates https://www.jetbrains.com/help/pycharm/using-file-and-code-templates.html
That was exactly what I was looking for.
Thanks,