主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Elizabeth Shashkova
活动总数
408
最后的活动
2023年07月11日 14:02
成员加入日期
2014年11月22日 15:21
关注
0 名用户
关注者数
2 名用户
投票数
0
订阅数
164
活动概览
文章(0)
帖子(0)
评论(244)
Elizabeth Shashkova
进行了评论,
2023年07月11日 14:02
Looks like the questions are duplicated from comments of: https://intellij-support.jetbrains.com/hc/en-us/community/posts/12070680816914-Running-python-scripts-inside-a-ItelliJ-IDEA-plugIn. Let's c...
社区
IntelliJ IDEA Open API and Plugin Development
Running python scripts inside a Adroid Studio plugIn by adding dependency of Python plugin
0 票
Elizabeth Shashkova
进行了评论,
2023年07月10日 13:23
Hi! 1. Yes, the facet isn't mandatory for interpreter configuration. You still can configure a "Python SDK" and install any necessary packages which are needed2. Installing Python interpreter isn't...
社区
IntelliJ IDEA Open API and Plugin Development
Running python scripts inside a ItelliJ IDEA plugIn
0 票
Elizabeth Shashkova
进行了评论,
2023年06月28日 08:22
Yes, Python Community plugin (https://plugins.jetbrains.com/plugin/7322-python-community-edition) is compatible with Android Studio, but, unfortunately, there is a number of issues there: https://y...
社区
IntelliJ IDEA Open API and Plugin Development
Running python scripts inside a ItelliJ IDEA plugIn
0 票
Elizabeth Shashkova
进行了评论,
2023年06月26日 10:47
Hi Wwwpopop! You can add dependency on Python plugin and reuse all this functionality from it. In Python plugin you can configure Python SDK, specify it to a module and install needed packages thro...
社区
IntelliJ IDEA Open API and Plugin Development
Running python scripts inside a ItelliJ IDEA plugIn
0 票
Elizabeth Shashkova
进行了评论,
2023年04月20日 10:05
> but the isExecuting() never returns trueHm... That's really strange. Maybe you have command queue enabled in your Python console instance (which is disabled by deafult). https://www.jetbrains.com...
社区
IntelliJ IDEA Open API and Plugin Development
Pycharm Python console synchronization
0 票
Elizabeth Shashkova
进行了评论,
2023年04月17日 16:09
Hi! Unfortunately, there's no any public API for that, unfortunately. But you can do the following:Get the instance of currently selected console val descriptor: RunContentDescriptor? = PyExecuteIn...
社区
IntelliJ IDEA Open API and Plugin Development
Pycharm Python console synchronization
0 票
Elizabeth Shashkova
进行了评论,
2023年01月12日 14:28
Hi Scott! Yes, it's true that Inteliij Idea works with the code source on modules level and PyCharm works on a project level. Internally each PyCharm project is represented as a module in terms of ...
社区
IntelliJ IDEA Open API and Plugin Development
Possible to have multiple SDKs/libraries in PyCharm?
0 票
Elizabeth Shashkova
进行了评论,
2022年12月21日 14:30
Hi! Thank you very much for your report! It looks like a bug, I've created an issue in our issue tracker: https://youtrack.jetbrains.com/issue/PY-58115/PyCallExpressionmultiResolveCalleeFunction-go...
社区
IntelliJ IDEA Open API and Plugin Development
API PyCallExpression::multiResolveCalleeFunction got stuck in "Python Community Edition" plugin
0 票
Elizabeth Shashkova
进行了评论,
2022年10月14日 16:28
Yes, I think usage of PyReferenceResolveProvider is totally fine. Thank you for posting an update for other developers!
社区
IntelliJ IDEA Open API and Plugin Development
Provide correctly resolved "synthetic" psi element (Python)
1 票
Elizabeth Shashkova
进行了评论,
2022年10月06日 12:31
Hi! As far as I understood from your explanation, you want to do the following in your editor:1. Do not mark new variable as unresolved (remove red highlighting)2. Provide completion corresponding ...
社区
IntelliJ IDEA Open API and Plugin Development
Provide correctly resolved "synthetic" psi element (Python)
1 票