Laurent Tréguier

Results 97 comments of Laurent Tréguier

Yes, apparently the new lld linker has problems with x86_64... It works fine with visual studio build tools. I'll try to work around this in the extensions. However it's weird...

The install at first launch should be fixed with vscode-dls 1.9.0

Oh. I'll add a check for whether dub is installed just in case then

@patrickkh7788 this is probably another problem; I'm opening a separate issue for this: #20

The problem is that I don't use DCD as a program but as a library. The pro side is that I get easier integration, and I can do more things...

VSCode manages language servers. It automatically restarts it, but in cases like autocomplete causing crashes, VSCode also automatically sends the same request after startup and the server instantly crashes again....

So it's been a few months since the original issue was posted, and things haven't really moved regarding the features proposed here; so I thought I'd clear up a few...

### Update #### Formatting Since v0.24.0, DLS has a custom formatting backend, that can be enabled by setting `d.dls.format.engine` to `"builtin"` in the configuration. The main difference with DFMT is...

I have looked at https://github.com/gtache/intellij-lsp to make a Intellij plugin, I don't remember why I didn't make a plugin. I'll look into it

When I can safely bump the dependencies again, DLS should be faster to start: dsymbol v0.6.0 will scan import directories lazily (thanks to https://github.com/dlang-community/dsymbol/pull/114), so maybe the initialization timeout won't...