**Environment**  **Actual result**  **Expected result** 1. Open the app/about.html in Django Web Project 2. Typing a vertical bar '|' character after a variable brings up completions for filters including 'upper', and each one has a tooltip  3. Typing opening brace and percent '{%' brings up completions for tags including 'if' and 'extends', they currently don't have tooltips  4. Typing double opening brace '{{' brings up completions for variables passed in to the template (see views.py). 