Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Python Build a Social Network with Flask Broadcasting Add Some Layout

Andras Andras
Andras Andras
7,941 Points

Looking for autompletion for {% .. %} in Visual Studio Code or other IDE

Hi there,

Can anyone help me how to get the {% %} brackets autocompleted in Visual Studio Code or other IDE?

1 Answer

Hi Andras,

This is the extension I use. after downloading this extension you can type the word "block" without the quotations and press enter and it will get you the example below. The name of the extension and the link to the Microsoft website will be below the example. I hope this helps.

{% block blockname %}

{% endblock blockname %}

Djaneiro - Django Snippets

https://marketplace.visualstudio.com/items?itemName=thebarkman.vscode-djaneiro