It's (almost) 2023, the way to develop applications is to put a reproducible Docker container with all the dependencies + debug tools you need in the repo, so that anyone can clone it and spin it up in their IDE.
VS Code has amazing support for this, while the only Jetbrains IDE that comes close is CLion.