Skip to content

Latest commit

History

History
23 lines (18 loc) · 1.03 KB

File metadata and controls

23 lines (18 loc) · 1.03 KB

Choosing language specific IDE

Some language-specific modules depends on specific IntelliJ IDE:

  • Python can work with IntelliJ Community, IntelliJ Ultimate, PyCharm Community, PyCharm Professional
  • JavaScript can work with IntelliJ Ultimate, PyCharm Professional and WebStorm
  • Java and Kotlin - IntelliJ Community and IntelliJ Ultimate

You should select correct IDE in gradle.properties file:

ideType=<IU>
ideVersion=<222.4167.29>

IDE marking

MarkFull nameSupported plugin
ICIntelliJ CommunityJVM, Python, AndroidStudio
IUIntelliJ UltimateJVM, Python, JavaScript, AndroidStudio
PCPyCharm CommunityPython
PYPyCharm ProfessionalPython, JavaScript

IntelliJ Platform Plugin SDK documentation