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?

0
2 comments

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.

0

Daniil Bogdanov  - not sure if I fill the meta fields correctly, but I created a new "feature" issue for the PyCharm project.

0

Please sign in to leave a comment.