主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Mikhail Golubev
活动总数
259
最后的活动
2024年07月23日 13:15
成员加入日期
2013年10月23日 12:20
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
103
活动概览
帖子(0)
评论(155)
按最近的活动排序
最近的活动
投票数
创建于
2017年01月18日 10:45
Hi there! Sorry for the late update. Currently indentation of comments is not taken into account when calculating indents/block structure of a program just like in Python interpreter itself. Unfo...
社区
PyCharm
How to align next line with comments and not code
0 票
创建于
2017年01月17日 22:06
Hi Marcel, sorry for the late reply. No, unfortunately, there is no such feature at the moment. The obvious way to create such methods is to turn them into stateless @staticmethods, but the latter ...
社区
PyCharm
convert function to class method?
0 票
创建于
2017年01月17日 08:41
You might have accidentally enabled running "Optimize Imports" as part of "Reformat Code" action. There is a checkbox for it in "Reformat File" dialog (Ctrl+Alt+Shift+L). Optimize Imports is also...
社区
PyCharm
Unconfigurable Auto Remove of Unused Python Imports
0 票
创建于
2016年11月28日 14:04
Hi there! According to PEP-484 the proper syntax is actually "List[int]" (notice the capitalization). Also, don't forget to import the name from "typing" module first. As the rule of thumb, regar...
社区
PyCharm
Pycharm type hinting for list warning
0 票
创建于
2016年11月28日 13:25
Hi Joan! There is an intention called "Convert method to property", though it allows to convert only the most basic getter-functions to read-only properties. Nonetheless, it should help you to au...
社区
PyCharm
Is possible to refactor a method to a property?
0 票
创建于
2016年11月22日 11:42
Hi Sebastien! Sorry for such an awfully late reply. We indeed support numpydoc docstring format and render corresponding sections, tables and formulas using bundled Napoleon and docutils packages, ...
社区
PyCharm
Nice formatted documentation of external module in PyCharm
0 票
创建于
2016年11月21日 19:48
Hi Marcel! At the moment duplicates are detected only inside the body of the same function or in other methods of the same class, even in trivial cases like that above (e.g. no global/nonlocal vari...
社区
PyCharm
Extract Method not prompting for duplicates?
0 票
创建于
2016年11月21日 19:26
Hi Michael! Sorry, I've completely missed this question. Is this problem still relevant? Could you please attach a screenshot of "Project" tool window in a Project where "Clean Python Compiled File...
社区
PyCharm
Cannot "clean python compiled files" when Python 2.7 is configured
0 票
创建于
2016年11月21日 18:49
Hi Shayan! Sorry for a late reply. Nope, unfortunately, such option exists only for dict literals now (Code Style | Python | Wrapping and Braces | Dictionary literals | Wrap always/Chop down if lon...
社区
PyCharm
Place list items on a new line
0 票
创建于
2016年11月21日 18:25
Hi Mark, sorry for the late reply. It's an unfortunate issue related to the way we resolve symbols in type comments. We will fix it soon, please follow PY-19807.
社区
PyCharm
Python 2.7 type inference and TypeVar
0 票
«
第一页
‹
上一页
下一页
›
最后
»