Thread overview | ||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
December 22, 2019 What kind of Editor, IDE you are using and which one do you like for D language? | ||||
---|---|---|---|---|
| ||||
There are lots of editors/IDE's that support D language: https://wiki.dlang.org/Editors What kind of editor/IDE are you using and which one do you like the most? |
December 23, 2019 Re: What kind of Editor, IDE you are using and which one do you like for D language? | ||||
---|---|---|---|---|
| ||||
Posted in reply to BoQsc | On Sunday, 22 December 2019 at 17:20:51 UTC, BoQsc wrote:
> There are lots of editors/IDE's that support D language: https://wiki.dlang.org/Editors
>
> What kind of editor/IDE are you using and which one do you like the most?
I use Geany, but I don't know that there's any good argument for that beyond it being my personal preference. A plain text editor has always been sufficient for me. That's actually one of the things I find attractive about D.
|
December 23, 2019 Re: What kind of Editor, IDE you are using and which one do you like for D language? | ||||
---|---|---|---|---|
| ||||
Posted in reply to BoQsc | On Sunday, 22 December 2019 at 17:20:51 UTC, BoQsc wrote: > There are lots of editors/IDE's that support D language: https://wiki.dlang.org/Editors > > What kind of editor/IDE are you using and which one do you like the most? VSCode with this extension: https://marketplace.visualstudio.com/items?itemName=LaurentTreguier.vscode-dls |
December 23, 2019 Re: What kind of Editor, IDE you are using and which one do you like for D language? | ||||
---|---|---|---|---|
| ||||
Posted in reply to BoQsc | On Sunday, 22 December 2019 at 17:20:51 UTC, BoQsc wrote:
> There are lots of editors/IDE's that support D language: https://wiki.dlang.org/Editors
>
> What kind of editor/IDE are you using and which one do you like the most?
VSCode with D extension
|
December 23, 2019 Re: What kind of Editor, IDE you are using and which one do you like for D language? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Soulsbane | On 12/23/19 10:16 AM, Soulsbane wrote:
> On Sunday, 22 December 2019 at 17:20:51 UTC, BoQsc wrote:
>> There are lots of editors/IDE's that support D language: https://wiki.dlang.org/Editors
>>
>> What kind of editor/IDE are you using and which one do you like the most?
>
> VSCode with this extension:
> https://marketplace.visualstudio.com/items?itemName=LaurentTreguier.vscode-dls
>
I use this extension too
|
December 23, 2019 Re: What kind of Editor, IDE you are using and which one do you like for D language? | ||||
---|---|---|---|---|
| ||||
Posted in reply to BoQsc | On Sunday, 22 December 2019 at 17:20:51 UTC, BoQsc wrote:
> There are lots of editors/IDE's that support D language: https://wiki.dlang.org/Editors
>
> What kind of editor/IDE are you using and which one do you like the most?
This list could use some cleaning up. Some of the IDEs haven't been maintained in a while, and most of them are some obscure editors with basic D syntax highlighting. There should be a link o n the main webpage to a list of recommended IDEs, and the common ones, the ones people are looking for - IntelliJ D Plugin, VisualD, VSCode.
Personally I use code-d. Haven't had much luck with the other D VSCode extension.
|
December 23, 2019 Re: What kind of Editor, IDE you are using and which one do you like for D language? | ||||
---|---|---|---|---|
| ||||
Posted in reply to BoQsc Attachments:
| On Sun, 2019-12-22 at 17:20 +0000, BoQsc via Digitalmars-d-learn wrote: > There are lots of editors/IDE's that support D language: https://wiki.dlang.org/Editors > > What kind of editor/IDE are you using and which one do you like the most? CLion with the DLanguage plugin. Very much a work in progress, very much a nice IDE despite the lack of many features one might expect. For editor, Emacs with the d-mode plugin. -- Russel. =========================================== Dr Russel Winder t: +44 20 7585 2200 41 Buckmaster Road m: +44 7770 465 077 London SW11 1EN, UK w: www.russel.org.uk |
December 23, 2019 Re: What kind of Editor, IDE you are using and which one do you like for D language? | ||||
---|---|---|---|---|
| ||||
Posted in reply to BoQsc | On Sun, Dec 22, 2019 at 05:20:51PM +0000, BoQsc via Digitalmars-d-learn wrote: > There are lots of editors/IDE's that support D language: https://wiki.dlang.org/Editors > > What kind of editor/IDE are you using and which one do you like the most? Linux is my IDE. ;-) And I use vim for editing code. T -- If creativity is stifled by rigid discipline, then it is not true creativity. |
December 23, 2019 Re: What kind of Editor, IDE you are using and which one do you like for D language? | ||||
---|---|---|---|---|
| ||||
Posted in reply to H. S. Teoh | On Monday, 23 December 2019 at 15:07:32 UTC, H. S. Teoh wrote:
> On Sun, Dec 22, 2019 at 05:20:51PM +0000, BoQsc via Digitalmars-d-learn wrote:
>> There are lots of editors/IDE's that support D language: https://wiki.dlang.org/Editors
>>
>> What kind of editor/IDE are you using and which one do you like the most?
>
> Linux is my IDE. ;-) And I use vim for editing code.
>
>
> T
Not a Vim user, but wondering if there's Neovim support for D. If so, it needs to be added to that wiki table.
|
December 23, 2019 Re: What kind of Editor, IDE you are using and which one do you like for D language? | ||||
---|---|---|---|---|
| ||||
Posted in reply to bachmeier | On Mon, Dec 23, 2019 at 03:51:17PM +0000, bachmeier via Digitalmars-d-learn wrote: > On Monday, 23 December 2019 at 15:07:32 UTC, H. S. Teoh wrote: [...] > > Linux is my IDE. ;-) And I use vim for editing code. [...] > Not a Vim user, but wondering if there's Neovim support for D. If so, it needs to be added to that wiki table. No idea, I use vanilla vim (not even with syntax highlighting -- I'm a hardcore retro guy). T -- If the comments and the code disagree, it's likely that *both* are wrong. -- Christopher |
Copyright © 1999-2021 by the D Language Foundation