Does the IntelliJ plugin support makefile built projects?
Richard (Rikki) Andrew Cattermole
richard at cattermole.co.nz
Mon May 12 22:51:30 UTC 2025
On 13/05/2025 10:48 AM, Jon Degenhardt wrote:
> I was trying to setup an existing project to work with the IntelliJ plugin.
> It's a makefile built project, not one built with Dub.
> But I'm seeing configuration issues. For example, IntelliJ asks for an
> SDK setup. I haven't figured out how to set this up properly. I'm
> guessing the plugin would pull this from a Dub configuration if there
> was one in the project.
The SDK it is referring to the dmd install (not ldc/gdc).
Its implemented via the JDK configuration (which isn't available in all
versions of IntelliJ).
More information about the Digitalmars-d-ide
mailing list