Tobias Reinhardt
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Created Type hints in Python 3.5 project shown as syntax error when opening 2.7 project in another window.
AnsweredI have one project with Python 3.5 as project SDK. This project is using type hints. When I open another project with Python 2.7 as project SDK in another window the type hints in the first project... -
Created "Surround with" swallows previous tags.
AnsweredI created a custom "surround with" with the following syntax: {% trans "$SELECTION$" %} if I now apply this to the following code (Only "Upgrade" is selected): {% block title %}Upgrade{% endblock %... -
Edited Django intention 'wrap in trans tag' not available.
AnsweredI would love to use the 'wrap in trans tag' intention 'described in https://www.jetbrains.com/help/idea/2017.1/extracting-blocks-of-text-from-django-templates.html However the only intention I get...