Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Mikhail Golubev
Total activity
259
Last activity
July 23, 2024 13:15
Member since
October 23, 2013 12:20
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
103
Activity overview
Posts (0)
Comments (155)
Sort by recent activity
Recent activity
Votes
Created
February 01, 2018 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 ...
Community
PyCharm
Pycharm can't render Epydoc docstrings
12 votes
Edited
July 14, 2017 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 ...
Community
PyCharm
Import unresolved references
2 votes
Created
November 21, 2016 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...
Community
PyCharm
Import unresolved references
2 votes
Created
June 09, 2015 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...
Community
IntelliJ IDEA Users
How Do You Refresh (JIRA) Tasks?
2 votes
Created
January 10, 2022 15:10
Yes, you need to have it installed locally. Rendering docstrings with a remote interpreter is very wasteful in terms of resources.
Community
PyCharm
Pycharm can't render Epydoc docstrings
1 vote
Created
December 09, 2021 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...
Community
IntelliJ IDEA Open API and Plugin Development
Help writing PyCharm plugin for plpython3u
1 vote
Created
May 19, 2021 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...
Community
IntelliJ IDEA Open API and Plugin Development
Pycharm find files importing current files
1 vote
Created
July 24, 2019 12:26
You can propagate all the proxy configuration from IDE settings to an HttpClient instance with: CredentialsProvider provider = new BasicCredentialsProvider();IdeHttpClientHelpers.ApacheHttpClient4....
Community
IntelliJ IDEA Open API and Plugin Development
Supporting communication with servers who has a self-signed certificate
1 vote
Created
July 22, 2019 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...
Community
IntelliJ IDEA Open API and Plugin Development
Supporting communication with servers who has a self-signed certificate
1 vote
Created
July 22, 2019 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
Supporting communication with servers who has a self-signed certificate
1 vote
Next
›
Last
»