Tobias Reinhardt
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Tobias Reinhardt created a post, AnsweredType hints in Python 3.5 project shown as syntax error when opening 2.7 project in another window.
I 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... -
-
-
Tobias Reinhardt created a post, Answered"Surround with" swallows previous tags.
I 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 %... -
Tobias Reinhardt created a post, AnsweredDjango intention 'wrap in trans tag' not available.
I 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...