aiogram_oop_framework
An extender for aiogram to make it more OOP
docs: https://aiogram-oop-framework.readthedocs.io/en/latest
Live Templates for PyCharm
You can find live templates in "misc/idea/live templates"
To just install them all import all.zip through File | Manage IDE Settings | Import
To install some of them you should follow these instructions:
- copy the content of file with template which you want to add
- go to File | Settings | Editor | Live Templates
- add Template Group with any name you want (not required)
- add Live Template to the group you created (or Python group)
- Paste content to the created Live Template
- Click edit variables
- Edit variables as showed below:
Name Expression Default value Skip if defined CLASS_NAME capitalize(fileNameWithoutExtension()) as you wish