TIL is short for "Today I Learned" and it's where I collect small, practical nuggets of information that I've recently discovered or explained to someone. I believe these little gems of knowledge are too useful to be lost in the vastness of social media platforms like Twitter or GitHub comments, so I keep them safe here. Think of TIL as my digital garden, where I can nurture these nuggets of knowledge and watch them grow. π±
π Add support for htmx in PyCharm using web-typesProgramming
Sep
20
Grab the #htmx web-types from the repo to get auto-completion and docs. Web-types: https://github.com/bigskysoftware/htmx/blob/master/editors/jetbrains/htmx.web-types.json How to use it: https://github.com/JetBrains/web-types#web-types Original source: X (ex-Twitter) Additional link: Maximizing Productivity: PyCharm and htmx Integration