PyCharm - mwicat/personal GitHub Wiki

Install

https://www.jetbrains.com/toolbox-app/download/download-thanks.html

Regex replace backreference

$1, $2, etc...

or

<h2>(?<title>.*?)</h2>

then

$title

Line hard wrap length

File -> Settings ( Ctrl + Alt + S ), then Editor -> Code Style : To follow PEP-8 set Hard wrap at to 80

List functions

⚠️ **GitHub.com Fallback** ⚠️