Re: DLS : an attempt at a language server

2018-03-29 Thread Greatsam4sure via Digitalmars-d-announce
On Tuesday, 27 March 2018 at 18:32:40 UTC, Anton Pastukhov wrote: On Tuesday, 27 March 2018 at 18:08:14 UTC, Laurent Tréguier wrote: Hello, D community! I've been looking at D for a while now, but never got to really use it. And now that Microsoft initiated the Language Server Protocol, I tho

Re: DLS : an attempt at a language server

2018-03-28 Thread Laurent Tréguier via Digitalmars-d-announce
On Wednesday, 28 March 2018 at 12:18:31 UTC, Aedt wrote: I really can't thank you enough for `ide`dlang`. Thank you very much for your atom package. I hope you include Dscanner in near future. D-Scanner linting should be on the way once a new stable version is released (I'm going to test its

Re: DLS : an attempt at a language server

2018-03-28 Thread Aedt via Digitalmars-d-announce
On Tuesday, 27 March 2018 at 18:08:14 UTC, Laurent Tréguier wrote: Hello, D community! I've been looking at D for a while now, but never got to really use it. And now that Microsoft initiated the Language Server Protocol, I thought about trying to make a language server using DCD, DFMT and D-

Re: DLS : an attempt at a language server

2018-03-28 Thread Laurent Tréguier via Digitalmars-d-announce
On Tuesday, 27 March 2018 at 21:08:20 UTC, WebFreak001 wrote: neat, I am also planning on including dcd inside my language server, did everything just work or did you have issues with threading and messaging etc and what were your experiences on it? I'm not doing anything threaded except for

Re: DLS : an attempt at a language server

2018-03-27 Thread WebFreak001 via Digitalmars-d-announce
On Tuesday, 27 March 2018 at 18:08:14 UTC, Laurent Tréguier wrote: Hello, D community! I've been looking at D for a while now, but never got to really use it. And now that Microsoft initiated the Language Server Protocol, I thought about trying to make a language server using DCD, DFMT and D-

Re: DLS : an attempt at a language server

2018-03-27 Thread Laurent Tréguier via Digitalmars-d-announce
On Tuesday, 27 March 2018 at 18:32:40 UTC, Anton Pastukhov wrote: Ahem... https://github.com/Pure-D/serve-d I know, but I still wanted to have a bit of fun anyway

Re: DLS : an attempt at a language server

2018-03-27 Thread Anton Pastukhov via Digitalmars-d-announce
On Tuesday, 27 March 2018 at 18:08:14 UTC, Laurent Tréguier wrote: Hello, D community! I've been looking at D for a while now, but never got to really use it. And now that Microsoft initiated the Language Server Protocol, I thought about trying to make a language server using DCD, DFMT and D-