How to attach idea community source for intellij platform sdk
I can download source.zip from https://github.com/JetBrains/intellij-community, but in intellij platform sdk, there are many jars, how to attach all source with one action
Please sign in to leave a comment.
create a library? ;)
@Imants Cekusins, I mean how to add full source for Intellij platform sdk
are the many jars of intellij platform sdk code available?
if yes, you may add them to a (local or global) library in project settings. then add that library to plugin module as a dependency.
I cloned the GitHub repository of IDEA I am not using the `source.zip` but the approach should be the same. You just extract the zip file and then in your IDEA you go to Project Structure -> SDKs -> Your IntelliJ SDK and you select Sourcepath in the tab left. Then you press + and you just select the top directory of your sources that you have extracted.
IDEA then will search through all subdirectories and you can add everything at once.