主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Mikhail Golubev
活动总数
259
最后的活动
2024年07月23日 13:15
成员加入日期
2013年10月23日 12:20
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
103
活动概览
帖子(0)
评论(155)
按最近的活动排序
最近的活动
投票数
已编辑于
2018年04月20日 14:18
Hi everyone, There are two different but intertwined problems described here. The first one is that it's not possible to use and upgrade pip using the standard "pip install -U" from within PyCharm ...
社区
PyCharm
Says package "installed successfully", but doesn't actually install
1 票
创建于
2017年12月22日 14:17
Hi Noam, No, at the moment we import and introspect at runtime only binary modules such as those listed in sys.builtin_module_names and others that we're able to find in sys.path (we then generate ...
社区
PyCharm
Inspection support for modules with dynamically added attributes
1 票
创建于
2017年12月04日 14:50
Hi Petr, It's an example of somewhat confusing yet expected behavior, since in Python 3 you need to explicitly use dotted qualifiers in order to do relative imports: in this particular case "from...
社区
PyCharm
Relative import from within a 'Python Package'
1 票
创建于
2017年10月17日 13:50
Yes, apparently this difference in LD_LIBRARY_PATH is the case, which is weird since it should have been inherited once you restarted the IDE.
社区
PyCharm
Pycharm issue with CUDA 8.0
1 票
创建于
2017年05月16日 16:04
Hi there, If you hit Alt+Enter (Show Intention Actions) on that "from tkinter import *" import there is the intention "Convert to 'import tkinter'". Then, after "from" import is converted to a plai...
社区
PyCharm
Refactoring "from _ import *" to "import _ as _"
1 票
创建于
2017年02月15日 13:59
Hi Kevin, Yaroslav have created one recently. Vote for it or star to receive notifications of the progress.
社区
PyCharm
How do I select a paragraph in PyCharm?
1 票
创建于
2017年02月08日 17:32
Hi Joe, It's highlighted blue not because it's some special kind of type hints, but because type annotations are processed as normal Python expressions, and "int" is a built-in name so the settings...
社区
PyCharm
Syntax Highlighting for Type Hints
1 票
创建于
2017年01月31日 08:46
Hi Max, It can be achieved by using type hints. You could either create a separate .pyi stub with an auxiliary definition of this class that contains all such generated fields or just put them di...
社区
PyCharm
How can I make the autocomplete know about pseudofields in a class?
1 票
已编辑于
2017年01月25日 14:57
Hi there, Unfortunately, there is no built-in action to generate such documentation from docstrings found in the project sources. The right way to do it at the moment is to setup Sphinx with "aut...
社区
PyCharm
How do I go from .py to .html or some other nicely laid out documentation?
0 票
创建于
2016年11月28日 14:42
Hi Paulius, We use docutils to extract information about the parameters and the return value of a function. It seems that you need to put a blank line after "Function's description" so that the c...
社区
PyCharm
PyCharm function documentation style and preview
1 票
«
第一页
‹
上一页
下一页
›
最后
»