This project is a plugin for dolphin which allows you to open directories and associated projects in the Jetbrains IDEs. If you like this plugin you might want to check out the KRunner version.
Debian/Ubuntu
Plasma5:
sudo apt install git cmake extra-cmake-modules build-essential libkf5kio-devPlasma6:
sudo apt install git cmake extra-cmake-modules build-essential libkf6kio-devOpenSUSE
Plasma5:
sudo zypper install git cmake extra-cmake-modules kio-devel libQt5Test-develPlasma6:
sudo zypper install git cmake extra-cmake-modules kf6-kio-devel qt6-test-develFedora
Plasma5:
sudo dnf install git cmake extra-cmake-modules kf5-kio-develPlasma6:
sudo dnf install git cmake extra-cmake-modules kf6-kio-develArch (Manjaro)
sudo pacman -S cmake extra-cmake-modules kiocurl https://raw.githubusercontent.com/alex1701c/JetBrainsDolphinPlugin/master/install.sh | bashOption B: Get it from the AUR
INFO: Make sure that you include the jetbrains-api submodule when cloning this repo!
git clone https://github.com/alex1701c/JetBrainsDolphinPlugin --recurse-submodulesGo to Configure Dolphin ➔ Services and then uncheck JetBrainsDolphinPlugin
Run sudo make uninstall or sudo ninja uninstall from the build directory

