Tobias Reinhardt
- 活动总数 8
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 3
-
Tobias Reinhardt 创建了一个帖子, 已回答Type 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 创建了一个帖子, 已回答"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 创建了一个帖子, 已回答Django 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...