By providing a plugin, is it possible to change the default IntelliJ IDEA splash splash screen to a customized one? Any extension point defined for this?
The intention was to add some special marks to the splash screen. For example, when user starts the IDEA, the splash screen will show my language plugin installed and versions, etc.
No, this is not possible unless you modify internal configuration files. What is your use case?
The intention was to add some special marks to the splash screen.
For example, when user starts the IDEA, the splash screen will show my language plugin installed and versions, etc.