Is VisualD compatible with M1s?

WebFreak001 d.forum at webfreak.org
Mon Jun 13 14:27:16 UTC 2022


On Monday, 13 June 2022 at 14:16:54 UTC, WebFreak001 wrote:
> On Monday, 13 June 2022 at 11:37:33 UTC, tastyminerals wrote:
>> On Monday, 13 June 2022 at 11:34:39 UTC, tastyminerals wrote:
>>> It's been more than half a year since my last try. Still no 
>>> luck. The syntax highlighting works, but no autocompletion on 
>>> M1 Mac. I am using ldc compiler 1.27.1 and VisualD 0.23.2 
>>> plugin. Does anyone with M1 have it working?
>> (facepalming) I meant code-d VSCode plugin of course...
>
> [...]

note: I just saw https://github.com/Pure-D/code-d/issues/395 
still depended on dfmt and dscanner rdmd -> $DC -run changes. I 
have merged those now as with 2.100 and the bundled dub it was 
possible to replace those in a platform-independent manner, but 
you might need to clone dfmt and D-Scanner before building 
serve-d and adding dub local packages:

```
git clone https://github.com/dlang-community/D-Scanner.git
git clone https://github.com/dlang-community/dfmt.git
dub add-local D-Scanner
dub add-local dfmt
# now run you can compile serve-d (and call dub remove-local for 
both folders afterwards)
```


More information about the Digitalmars-d-ide mailing list