Is there a way to create an IDE based on Intellij?

Asked

Viewed 484 times

0

With some searches on the internet I discovered that Ides as Android Studio and Phpstorm are Ides based on Intellij, each with a purpose.

How to create an IDE based on it?

The idea is to create an IDE with buttons for:

  • create projects, with project templates with a folder and file system that I set myself.
  • call command line utilities in background, to open browser (run) and even compile (if by chance you wanted to call a React with the project parameters to compile a apk or a ipa)
  • location to configure paths from JDK, SDK, React, etc (or even a default browser)

Anyway, create Ides to automate my development with what I use, whether with pages only with HTML, CSS and JS or structures with files .java or .php and create project templates for various projects, such as compiling (if applicable) and testing them.

2 answers

4

2


  • I was reading, in the link below, and I conclude that a custom Intellij IDE, is nothing more than a distribution of it with plugins already installed, am I right? Link: https://www.jetbrains.org/intellij/sdk/docs/basics/checkout_and_build_community.html

  • @Lucasferreirabatista does not necessarily... You can make your own version of it independent of plugins. I just don’t think it’s such a trivial activity

Browser other questions tagged

You are not signed in. Login or sign up in order to post.