Jump to page: 1 2
Thread overview
Alternative IDEs for D / Tools for working with D
Mar 07, 2016
L0g4n
Mar 08, 2016
Rikki Cattermole
Mar 08, 2016
L0g4n
Mar 11, 2016
Bruno Medeiros
Mar 08, 2016
Bruno Medeiros
Mar 10, 2016
Daniel Kozak
Mar 12, 2016
Gerald
Apr 05, 2016
chrisalex
Apr 05, 2016
Gerald Nunn
Apr 07, 2016
André
Apr 08, 2016
calex
March 07, 2016
Hey guys,

really quick:
Does anybody know some alternative IDEs, IDEs, that are not listed here http://wiki.dlang.org/IDEs.

The problem is, that DDT for Eclipse sucks really hard (Console input not working), for the IntelliJ plugin the DCD is currently not working well (Creator's voice).

So what are you using to develop in D (preferably compatible with Windows & Mac OS X)?

Best regards,

L0g4n.
March 08, 2016
On 08/03/16 12:22 PM, L0g4n wrote:
> Hey guys,
>
> really quick:
> Does anybody know some alternative IDEs, IDEs, that are not listed here
> http://wiki.dlang.org/IDEs.
>
> The problem is, that DDT for Eclipse sucks really hard (Console input
> not working), for the IntelliJ plugin the DCD is currently not working
> well (Creator's voice).
>
> So what are you using to develop in D (preferably compatible with
> Windows & Mac OS X)?
>
> Best regards,
>
> L0g4n.

Mono-D.
Monodevelop itself is a bit temperamental for updates side of things, but other than that works well.
March 08, 2016
On 07/03/2016 23:22, L0g4n wrote:
> Hey guys,
>
> really quick:
> Does anybody know some alternative IDEs, IDEs, that are not listed here
> http://wiki.dlang.org/IDEs.
>
> The problem is, that DDT for Eclipse sucks really hard (Console input
> not working),

DDT developer. Why not give feedback to the project developers? Otherwise things can't get fixed. That bug about console input not working seems very strange. (could it be this problem instead: http://stackoverflow.com/questions/19498040/eclipse-console-writes-output-only-after-the-program-has-finished ? )

-- 
Bruno Medeiros
https://twitter.com/brunodomedeiros
March 08, 2016
On Tuesday, 8 March 2016 at 02:02:35 UTC, Rikki Cattermole wrote:
> On 08/03/16 12:22 PM, L0g4n wrote:
>> Hey guys,
>>
>> really quick:
>> Does anybody know some alternative IDEs, IDEs, that are not listed here
>> http://wiki.dlang.org/IDEs.
>>
>> The problem is, that DDT for Eclipse sucks really hard (Console input
>> not working), for the IntelliJ plugin the DCD is currently not working
>> well (Creator's voice).
>>
>> So what are you using to develop in D (preferably compatible with
>> Windows & Mac OS X)?
>>
>> Best regards,
>>
>> L0g4n.
>
> Mono-D.
> Monodevelop itself is a bit temperamental for updates side of things, but other than that works well.

OK, gonna try Mono-D.

@Bruno Medeiros: Yeah, but I don't want to the flush the standard output stream everytime I write a line just that it gets printed in the Eclipse Console.
March 10, 2016
On Monday, 7 March 2016 at 23:22:05 UTC, L0g4n wrote:
> Hey guys,
>
> really quick:
> Does anybody know some alternative IDEs, IDEs, that are not listed here http://wiki.dlang.org/IDEs.
>
> The problem is, that DDT for Eclipse sucks really hard (Console input not working), for the IntelliJ plugin the DCD is currently not working well (Creator's voice).
>
> So what are you using to develop in D (preferably compatible with Windows & Mac OS X)?
>
> Best regards,
>
> L0g4n.

http://wiki.dlang.org/List_of_Text_editors
I use Visual Studio Code and it is perfect
March 11, 2016
On 08/03/2016 15:47, L0g4n wrote:
> On Tuesday, 8 March 2016 at 02:02:35 UTC, Rikki Cattermole wrote:
>> On 08/03/16 12:22 PM, L0g4n wrote:
>>> Hey guys,
>>>
>>> really quick:
>>> Does anybody know some alternative IDEs, IDEs, that are not listed here
>>> http://wiki.dlang.org/IDEs.
>>>
>>> The problem is, that DDT for Eclipse sucks really hard (Console input
>>> not working), for the IntelliJ plugin the DCD is currently not working
>>> well (Creator's voice).
>>>
>>> So what are you using to develop in D (preferably compatible with
>>> Windows & Mac OS X)?
>>>
>>> Best regards,
>>>
>>> L0g4n.
>>
>> Mono-D.
>> Monodevelop itself is a bit temperamental for updates side of things,
>> but other than that works well.
>
> OK, gonna try Mono-D.
>
> @Bruno Medeiros: Yeah, but I don't want to the flush the standard output
> stream everytime I write a line just that it gets printed in the Eclipse
> Console.

You can write your own templated function writeln that does just that (the flushing), and that should be fairly easy, so it shouldn't be a blocker.

You can also not do that, and forget DDT, but then don't blame DDT itself for a quirk in the D standard library. The Eclipse JDT, CDT, RustDT, Goclipse and likely many others all have their console work fine, because each of their respective languages standard library correctly determines that the Eclipse terminal is interactive. If I had more time, and knowledge of DMD runtime internals I'd investigate this more, but I don't have such time.

-- 
Bruno Medeiros
https://twitter.com/brunodomedeiros
March 12, 2016
On Monday, 7 March 2016 at 23:22:05 UTC, L0g4n wrote:
> So what are you using to develop in D (preferably compatible with Windows & Mac OS X)?

I'm using Visual Studio Code with the code-d and code-debug extensions on Linux. I find that this combination works really well and has the least amount of quirks compared to some of the other editors/IDEs that I've tried. Never thought I'd be using a Microsoft product on Linux but kudos to them, it's a really nice product.
April 05, 2016
On Saturday, 12 March 2016 at 14:34:30 UTC, Gerald wrote:
> On Monday, 7 March 2016 at 23:22:05 UTC, L0g4n wrote:
>> So what are you using to develop in D (preferably compatible with Windows & Mac OS X)?
>
> I'm using Visual Studio Code with the code-d and code-debug extensions on Linux. I find that this combination works really well and has the least amount of quirks compared to some of the other editors/IDEs that I've tried. Never thought I'd be using a Microsoft product on Linux but kudos to them, it's a really nice product.

Hey there. I currently installed the code-d extension as well as workspace-d but not sure where to get the debugging extension for visual studio code. Any idea on where I can get it?
April 05, 2016
On Tuesday, 5 April 2016 at 01:40:41 UTC, chrisalex wrote:
> Hey there. I currently installed the code-d extension as well as workspace-d but not sure where to get the debugging extension for visual studio code. Any idea on where I can get it?

https://marketplace.visualstudio.com/items?itemName=webfreak.debug

April 07, 2016
On Monday, 7 March 2016 at 23:22:05 UTC, L0g4n wrote:
> really quick:
> Does anybody know some alternative IDEs, IDEs, that are not listed here http://wiki.dlang.org/IDEs.
>
> ...
> So what are you using to develop in D (preferably compatible with Windows & Mac OS X)?

For some months I've been using these two plugins to enhance Qt Creator with D support: https://github.com/Groterik/qtcreator-dlangeditor and https://github.com/Groterik/qtcreator-dubmanager. I really like Qt Creator and these plugins give a good developer experience for D too, with code completion through DCD and support for DUB. I've used the plugins on both Linux & Mac OS X, and Windows is supported too.

This might be not everyone's taste but I'd like to mention it anyway: because I am working mostly on a remote box currently I've got accustomed to using vim. I'm using this compilation of VIM that makes it almost a full IDE including file tree, file seaching etc: https://github.com/tlhunter/vimrc. Together with the VIM plugin Dutyl I've got complete IDE for D just by extending VIM.

Regards,
André
« First   ‹ Prev
1 2