Is there a way to create an IntelliJ-based IDE? [closed]

0

With some research on the internet I have found that IDEs like Android Studio and PHPStorm are IntelliJ-based IDEs, 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 system of folders and files that I define myself.
  • call command-line utilities in background , to open browser (execute) and even compile (if you want to call a React with project parameters to compile a apk or a ipa )
  • local to configure paths of JDK, SDK, React, etc. (or even a default browser)

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

    
asked by anonymous 27.11.2017 / 11:03

2 answers

1
  

I wonder, there is a way,

It does.

  

and if so, create an IDE based on it too.

It's just you to do a fork of the communit version repository and create your own implementation.

    
27.11.2017 / 11:19
3

In fact you do not want to create an IDE, you want to customize a few things. I do not know much, I just want the IntelliJ IDEA and WebStorm or PHPStorm .

But if you really want to make an IDE prepare for Herculean work and nothing trivial. In fact IntelliJ is a platform that can be used as the basis for your IDE .

    
27.11.2017 / 11:19