Custom IDE's development steps Follow
Answered
Hello everyone,
I recently developed a complete plugin for a custom language with everything: syntax highlighting, run configurations etc. Now I want to use that plugin to create a standalone IDE for our language based on IntelliJ, that we could distribute, but I don't know where to start or how to proceed. I cloned the IntelliJ community edition from github already. Any kind of help will be very appreciated.
Best
Please sign in to leave a comment.
There's only little documentation around this, see https://youtrack.jetbrains.com/issue/IJSDK-105 for relevant links (see how PyCharm does it basically)
Thanks let me check it.