flask-snippets
flask-snippets copied to clipboard
Flask snippets for Visual Studio Code
Currently the `fsuper` template snippet inserts `{{ self.supper() }}` instead of the expected `{{ self.super() }}`. This simply fixes the typo. Fixes #19
Currently the `fsuper` template snippet inserts `{{ self.supper() }}` instead of the expected `{{ self.super() }}`. Just a simple typo.
Can you include a simple example on how to use the extension? What shortcuts to use where?
Hey, I love your extenstion and use it very offen but i have one problem: I cant change the prefix, its f and then the command but i would like...
Good morning, I would like to know if it is possible to port these snippets to Zed editor? Thanks.
## Edited: * Flask block * Flask route ## Added: * Flask with * Flask Indent * Flask static URL
# Fix: error `request ` is not defined **Author:** _Javi-CD._ **Date:** _2025-09-24_ --- These snippets should be added to automatically import the request function when used so that the error...