Jump to page: 1 25  
Page
Thread overview
What kind of Editor, IDE you are using and which one do you like for D language?
Dec 22, 2019
BoQsc
Dec 23, 2019
bachmeier
Dec 23, 2019
Soulsbane
Dec 23, 2019
drug
Dec 23, 2019
Aldo
Dec 23, 2019
JN
Dec 23, 2019
Russel Winder
Dec 23, 2019
H. S. Teoh
Dec 23, 2019
bachmeier
Dec 23, 2019
H. S. Teoh
Dec 23, 2019
Eugene Wissner
Re: [OT] What kind of Editor, IDE you are using and which one do you like for D language?
Dec 24, 2019
Russel Winder
Re: [OT] What kind of Editor, IDE you are using and which one do you like for D language?
Dec 24, 2019
H. S. Teoh
Dec 24, 2019
Adam D. Ruppe
Dec 24, 2019
H. S. Teoh
Dec 28, 2019
Ron Tarrant
Dec 29, 2019
Dennis Cote
Re: [OT] What kind of Editor, IDE you are using and which one do you like for D language?
Dec 26, 2019
Russel Winder
Dec 23, 2019
TheGag96
Dec 24, 2019
Mike Parker
Dec 25, 2019
Ron Tarrant
Dec 25, 2019
Mike Parker
Dec 26, 2019
Ron Tarrant
Dec 26, 2019
Andre Pany
Dec 26, 2019
Ron Tarrant
Dec 24, 2019
berni44
Dec 24, 2019
Marcone
Dec 25, 2019
IGotD-
Dec 25, 2019
Murilo
Dec 25, 2019
Ron Tarrant
Dec 28, 2019
p.shkadzko
Dec 29, 2019
Russel Winder
Dec 29, 2019
p.shkadzko
Dec 29, 2019
Adam D. Ruppe
Dec 30, 2019
Ron Tarrant
Dec 30, 2019
bachmeier
Dec 30, 2019
Patrick Schluter
Dec 30, 2019
H. S. Teoh
Dec 30, 2019
H. S. Teoh
Dec 30, 2019
bachmeier
Dec 30, 2019
Patrick Schluter
Dec 30, 2019
Piotr Mitana
Dec 30, 2019
rikki cattermole
December 22, 2019
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
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
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
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
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
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
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
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
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
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
« First   ‹ Prev
1 2 3 4 5