Tobias Reinhardt
- 活动总数 8
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 3
-
创建于 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... -
创建于 "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 %... -
已编辑于 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...