主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
简体中文
English (United States)
登录
Edward Kniażycki
活动总数
13
最后的活动
2017年02月27日 15:39
成员加入日期
2012年12月17日 14:43
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
4
活动概览
帖子(4)
评论(4)
按最近的活动排序
最近的活动
投票数
创建于
2017年02月27日 15:39
Hello Anna, I found the reason of that behaviour:in the multiline docstring of the __enter__ method there was a line beginning with :type. Removing it I got autocomplete working. The :type hint was...
社区
PyCharm
autocomplete for a context manager class
0 票
创建于
2016年03月25日 15:11
Thanks, that solved the problem!
社区
IntelliJ IDEA Users
IDEA 2016.1 Can't load AMD 64-bit Oracle OCI dll on a IA 32-bit platform (which in fact is 64-bit)
0 票
创建于
2012年12月17日 15:05
Hi Dmitry,I tried: editor underscores the import and warns me "no module named pydevd", embedded console accepts the import and eg. allows to print pydevd:<module 'pydevd' from 'C:\Program Files\Je...
社区
PyCharm
from pydev import pydevd raises "ImportError: No module named pydev"
0 票
创建于
2012年12月18日 08:37
I had the directive: sys.path.append('/home/my-user-folder/egg-folder/pycharm-debug.egg') before the pydevd import statement. /home/my-user-folder/egg-folder/ is the path on the remote (Linux) mac...
社区
PyCharm
from pydev import pydevd raises "ImportError: No module named pydev"
0 票