devonfw / IDEasy

Tool to automate the setup and updates of a development environment for any project (Successor of devonfw-ide).
Apache License 2.0
7 stars 18 forks source link

Add plugin installation support to intellij #433

Open jan-vcapgemini opened 4 days ago

jan-vcapgemini commented 4 days ago

As a IDEasy intellj user, I want to be able to install intellij plugins.

Currently the installPlugin method is not implemented for Intellij yet.

Needs to be implemented here: https://github.com/devonfw/IDEasy/blob/eae8fd2796e382f6ff84def23cb6ca550d760930/cli/src/main/java/com/devonfw/tools/ide/tool/intellij/Intellij.java#L36

Old implementation can be found here: https://github.com/devonfw/ide/blob/cdf4af5de21489f3fdcbfdab41af858822e0d598/scripts/src/main/resources/scripts/command/intellij#L74-L111