主页
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年02月01日 13:33
Hi Jonas, The suitable interpreter is looked up among those configured in the IDE (it has to be Python 2 since Epydoc package itself hasn't been ported to Python 3 yet). In other words, you need ...
社区
PyCharm
Pycharm can't render Epydoc docstrings
12 票
已编辑于
2017年07月14日 11:54
Hi there, You need to mark gci/src/gci directory as source root in order to import policyengine. Think of source roots as of additional entries in sys.path: when we're resolving qualified names in ...
社区
PyCharm
Import unresolved references
2 票
创建于
2016年11月21日 17:38
Hi Paul! Sorry for keeping you waiting. Most likely these false positives are caused by wrong source roots configuration. Could you please give us more details about where it happens? I think scree...
社区
PyCharm
Import unresolved references
2 票
创建于
2015年06月09日 09:19
Hi Charles.There is a feature called issue cache (Settings | Tools | Tasks ). By default it downloads first 100 issues using the query specified in JIRA setttings every 20 minutes (you can change t...
社区
IntelliJ IDEA Users
How Do You Refresh (JIRA) Tasks?
2 票
创建于
2022年01月10日 15:10
Yes, you need to have it installed locally. Rendering docstrings with a remote interpreter is very wasteful in terms of resources.
社区
PyCharm
Pycharm can't render Epydoc docstrings
1 票
创建于
2021年12月09日 11:37
Hi Randolph! I'm afraid supporting this in a plugin hits a limit of what the API of the Python plugin offers now. A local inspection won't help here. An inspection can add new warnings inside a cod...
社区
IntelliJ IDEA Open API and Plugin Development
Help writing PyCharm plugin for plpython3u
1 票
创建于
2021年05月19日 14:16
Hi Martin! The easiest way is to call `PyPsiIndexUtil#findUsages(file, false)`. It should return PSI elements referencing the file wrapped in `UsageInfo` instances. You can retain only those from i...
社区
IntelliJ IDEA Open API and Plugin Development
Pycharm find files importing current files
1 票
创建于
2019年07月24日 12:26
You can propagate all the proxy configuration from IDE settings to an HttpClient instance with: CredentialsProvider provider = new BasicCredentialsProvider();IdeHttpClientHelpers.ApacheHttpClient4....
社区
IntelliJ IDEA Open API and Plugin Development
Supporting communication with servers who has a self-signed certificate
1 票
创建于
2019年07月22日 16:55
Also, according to the given stacktrace the error happens on hostname validation step that we don't intercept at the moment. Most likely it indicates some problem with the certificate you use. If y...
社区
IntelliJ IDEA Open API and Plugin Development
Supporting communication with servers who has a self-signed certificate
1 票
创建于
2019年07月22日 16:07
Hi there, Actually you can use any HTTP library you prefer but you need to set the SSL context in use to CertificateManager.getInstance().getSslContext() according to their API. For instance, in ...
社区
IntelliJ IDEA Open API and Plugin Development
Supporting communication with servers who has a self-signed certificate
1 票
下一页
›
最后
»