Giter Club home page Giter Club logo

flask-snippets's People

Contributors

apedroed88 avatar ashutoshkrris avatar cstrap avatar dmtzs avatar dumdoo avatar greyli avatar hippiezhou avatar iamphytan avatar mshkdm avatar yar999 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

flask-snippets's Issues

How to use?

Can you include a simple example on how to use the extension?
What shortcuts to use where?

Prefix Settings

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 to use j. as prefix
because by f another snippet extension for javascript always also displays their for command

Typo in prefix "fapp"

Hello,
I think there is an error in the prefix fapp.

Currently, it´s "Flask App": { "prefix": "fapp", "body": "from flask import Flask, render_template\napp = Flask(__name__)\n\n\[email protected]('${1:/}')\ndef ${2:index}():\n return render_template('${3:index}.html')\n\nif __name__ == '__main__':\n app.run(host:'${4:127.0.0.1}', port=${5:8000}, debug=${6:True})\n$0 $0" },

but I think it should be
"Flask App": { "prefix": "fapp", "body": "from flask import Flask, render_template\napp = Flask(__name__)\n\n\[email protected]('${1:/}')\ndef ${2:index}():\n return render_template('${3:index}.html')\n\nif __name__ == '__main__':\n app.run(host='${4:127.0.0.1}', port=${5:8000}, debug=${6:True})\n$0 $0" },

So the colon after host in app.run should be an equals sign.

Greetings,
Micha

ML docstring borked

Hi,

I got this broken ML docstring with flask-snippets 0.1.1 running on VS Code 1.36.1:

\"\"\"sumary_line

Keyword arguments:
argument -- description
Return: return_description
\"\"\"

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.