Samael

Results 284 comments of Samael

I've made some tweaks to get this working for now: ![image](https://github.com/intellij-dlanguage/intellij-dlanguage/assets/870567/2ae51f27-9bc8-4f35-b21a-32b1dc3806ac) it's a little hacky but it's worth getting things running for now. There needs to be some rework later...

The 'fix' I've made doesn't really solve the problem but simply allows for the debugging feature to degrade in functionality gracefully instead of just completely breaking. I've had to instantiate...

I just tried this out with the latest version of the plugin on latest Intellij & Fedora Linux. There is a problem that needs sorting out so I'll take a...

@iz0eyj some more changes are required to get the debugger working again which I think are worth doing as a separate ticket. If possible though could you pull the develop...

Using ldc isn't currently supported. However, I was able to get it working with a little workaround. Firstly though, I think you need to put _debug_ in the build options....

I've decided to add some tooltips so that this is easier to use: https://github.com/intellij-dlanguage/intellij-dlanguage/assets/870567/67337828-1bc7-4314-8bf3-458f0b4a856e Tooltip text will be based on documentation on https://dub.pm/cli-reference/dub-build/

We can't support CLion without significant changes to the codebase. Unfortunately Jetbrains removed packages from CLion that this project relies on. Annoyingly they were in place on early releases and...

Yes, I don't know much about opend but if for instance the binary names differ then it would require a change. If someone that wants to use it raised a...

quick update on this. I downloaded the most recent OpenD linux build and noticed that the binary is still called *dmd* so gave it a quick go in Intellij. Everything...

extension point: com.intellij.breadcrumbsInfoProvider For this extension we will need to create an implementation of `com.intellij.ui.breadcrumbs.BreadcrumbsProvider`