Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Mgolub
Total activity
12
Last activity
August 29, 2023 09:25
Member since
August 29, 2023 00:24
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
5
Activity overview
Posts (0)
Comments (6)
Sort by recent activity
Recent activity
Votes
Created
August 29, 2023 09:25
For what it's worth, PyCharm has a Community edition, which is free.
Community
IntelliJ IDEA Plugin Users
Python Plugin
1 vote
Edited
August 29, 2023 01:00
Looks like the Python plugin (at least its free edition) doesn't support PhpStorm. If you need an IDE to write code in Python, PyCharm is a better option.
Community
IntelliJ IDEA Plugin Users
Python Plugin
0 votes
Created
August 29, 2023 00:55
Looks like your plugin depends on “Database Tools and SQL for WebStorm”. Could it be that this method has been removed in the recent version(s) of the plugin?
Community
IntelliJ IDEA Plugin Users
java.lang.NoSuchMethodError: 'com.intellij.database.model.DatabaseSystem com.intellij.database.psi.DbDataSourceImpl.getDelegate()'
0 votes
Created
August 29, 2023 00:47
It is possible to declare your plugin as incompatible with a certain module (part of the core functionality). I wonder if this declaration also supports incompatibility with third-party plugins. Do...
Community
IntelliJ IDEA Plugin Users
When someone else installs the "ChatGPT" plugin, the "NexChatGPT" plugin I developed will be automatically uninstalled, That's why?
0 votes
Created
August 29, 2023 00:30
Looks like a problem with the Maven cache. Delete the directory /Users/sathishkumar/.m2 and try again whatever you were trying to do.
Community
IntelliJ IDEA Plugin Users
Error log:java: error reading /Users/sathishkumar/.m2/repository/io/netty/netty-transport/4.1.92.Final/netty-transport-4.1.92.Final.jar; zip file is empty
0 votes
Created
August 29, 2023 00:24
For recent versions of IntelliJ, the documentation says it is possible to override the plugin location. You can configure idea.plugins.path to point to a shared directory readable by all users.
Community
IntelliJ IDEA Plugin Users
where can I install plugins for all users?
0 votes