digitalmars.D - Language server protocol
- Arun Chandrasekaran (4/4) Nov 16 2017 Is someone working on D community to implement
- Johannes Pfau (4/10) Nov 16 2017 https://github.com/Pure-D/serve-d
- Arun Chandrasekaran (3/5) Nov 16 2017 We should probably get it listed in the homepage.
- Arun Chandrasekaran (7/9) Nov 16 2017 BTW, what are the feature available with serve-d? Does it support
- WebFreak001 (4/16) Nov 16 2017 Yes, Yes, Yes, Yes, No, No, Yes
- Anton Pastukhov (3/3) Dec 08 2017 Trying to build serve-d on 4gb RAM laptop, it quickly runs out of
- WebFreak001 (7/10) Dec 08 2017 building has very high memory requirements because... uh... well
- Anton Pastukhov (4/15) Dec 08 2017 Well, I managed to do a build with exactly the same config (4gb +
Is someone working on D community to implement https://langserver.org ? What will the D community miss out if we ignore LSP? PS: HackerPilot's tools are very helpful.
Nov 16 2017
Am Thu, 16 Nov 2017 19:09:14 +0000 schrieb Arun Chandrasekaran <aruncxy gmail.com>:Is someone working on D community to implement https://langserver.org ? What will the D community miss out if we ignore LSP? PS: HackerPilot's tools are very helpful.https://github.com/Pure-D/serve-d -- Johannes
Nov 16 2017
On Thursday, 16 November 2017 at 19:22:37 UTC, Johannes Pfau wrote:Am Thu, 16 Nov 2017 19:09:14 +0000 https://github.com/Pure-D/serve-dWe should probably get it listed in the homepage.
Nov 16 2017
On Thursday, 16 November 2017 at 19:22:37 UTC, Johannes Pfau wrote:https://github.com/Pure-D/serve-d -- JohannesBTW, what are the feature available with serve-d? Does it support all of the below? Code completion, Hover, Jump to def, Workspace symbols, Find references, Stream reference results, Diagnostics I'll try to get in touch with WebFreak.
Nov 16 2017
On Thursday, 16 November 2017 at 19:42:09 UTC, Arun Chandrasekaran wrote:On Thursday, 16 November 2017 at 19:22:37 UTC, Johannes Pfau wrote:Yes, Yes, Yes, Yes, No, No, Yes Also some additional features available via commandshttps://github.com/Pure-D/serve-d -- JohannesBTW, what are the feature available with serve-d? Does it support all of the below? Code completion, Hover, Jump to def, Workspace symbols, Find references, Stream reference results, Diagnostics I'll try to get in touch with WebFreak.
Nov 16 2017
Trying to build serve-d on 4gb RAM laptop, it quickly runs out of memory and crashes. What are minimal system requirements for it? Is it related to serve-d or to dmd/dub/whatever?
Dec 08 2017
On Friday, 8 December 2017 at 19:21:11 UTC, Anton Pastukhov wrote:Trying to build serve-d on 4gb RAM laptop, it quickly runs out of memory and crashes. What are minimal system requirements for it? Is it related to serve-d or to dmd/dub/whatever?building has very high memory requirements because... uh... well idk, dependencies? I managed to compile it on my 4GB + 2GB swap linux laptop though so it shouldn't be so high. Anyway precompiled binaries will be available for linux and windows once it is stable and code-d updated to it
Dec 08 2017
On Friday, 8 December 2017 at 19:34:51 UTC, WebFreak001 wrote:On Friday, 8 December 2017 at 19:21:11 UTC, Anton Pastukhov wrote:Well, I managed to do a build with exactly the same config (4gb + 2gb swap) after killing all GUI processes, from text console. So this reqirements may be considered minimal (for now).Trying to build serve-d on 4gb RAM laptop, it quickly runs out of memory and crashes. What are minimal system requirements for it? Is it related to serve-d or to dmd/dub/whatever?building has very high memory requirements because... uh... well idk, dependencies? I managed to compile it on my 4GB + 2GB swap linux laptop though so it shouldn't be so high. Anyway precompiled binaries will be available for linux and windows once it is stable and code-d updated to it
Dec 08 2017