Is there any way to set Pycharm to generate copyright message inside triple double quotes instead of comment?
Basically the title. I would like to use PyCharm tools to automatically make and update copyright, but it does not have the option to format it as a python multiline string instead of comment.
So, instead of
#
Copyright (c) 2023. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
I want it to be
"""
Copyright (c) 2023. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
"""
Any way to do that?
请先登录再写评论。
Hello,
Unfortunately, there is no option to use the triple quotes format.
Please make a feature request on YouTrack if you think this option should be included in IDE.
Daniil Bogdanov - not sure if I fill the meta fields correctly, but I created a new "feature" issue for the PyCharm project.