Laurent Tréguier
Laurent Tréguier
From https://github.com/d-language-server/dls/issues/7#issuecomment-450609239: ```d core.exception.RangeError@/Users/travis/dlang/ldc-1.13.0/bin/../import/std/utf.d(448): Range violation ---------------- ??:? pure nothrow @nogc @safe int core.internal.string.numDigits!(10u).numDigits(ulong) [0x10de204f9] ??:? pure nothrow @nogc @safe uint rt.cover.max!(uint).max(uint, uint) [0x10de3b96a] ??:? pure nothrow @nogc @safe uint...
Due to DCD automatically providing calltips when getting completions right after a parenthesis, no regular completion is currently available this situation.
This would allow for custom icon associations.
D-Scanner is somehow stuck, [in the Dub registry](https://code.dlang.org/packages/dscanner), at version `0.5.2` even though it's been 3 days since `0.5.3` has been [tagged on Github](https://github.com/dlang-community/D-Scanner/tags). I don't know if other packages...
#### Bug Report Checklist - [x] Have you provided a full/minimal spec to reproduce the issue? - [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagger-parser/online/))? - [...
### Problem Statement I was looking to enable Spotlight for and Android app. Up until now I had relied on the automatic initialization, with configuration through metadata tags in my...