Jump to page: 1 24  
Page
Thread overview
What IDE/EDITOR do you use for D?
Oct 29, 2014
dan
Oct 29, 2014
Suliman
Oct 29, 2014
H. S. Teoh
Oct 29, 2014
ketmar
Oct 29, 2014
eles
Oct 29, 2014
ketmar
Oct 29, 2014
ketmar
Oct 29, 2014
eles
Oct 29, 2014
Meta
Oct 29, 2014
Kyoji Klyden
Oct 29, 2014
Gary Willoughby
Oct 29, 2014
Israel
Oct 29, 2014
Misu
Oct 30, 2014
Jacob Carlborg
Oct 30, 2014
Kagamin
Oct 30, 2014
Nemanja Boric
Oct 30, 2014
John Colvin
Oct 30, 2014
ketmar
Oct 30, 2014
ponce
Oct 30, 2014
Wyatt
Oct 30, 2014
Atila Neves
Oct 30, 2014
H. S. Teoh
Oct 30, 2014
Brian Schott
Oct 30, 2014
H. S. Teoh
Oct 30, 2014
Ettienne Gilbert
Oct 30, 2014
Tofu Ninja
Oct 31, 2014
Etienne Cimon
Oct 31, 2014
Danyal Zia
Oct 31, 2014
Paolo Invernizzi
Nov 01, 2014
Jonathan M Davis
Nov 08, 2014
FrankLike
Nov 08, 2014
JN
Nov 09, 2014
Kapps
Nov 09, 2014
Jack
Nov 10, 2014
Nick Sabalausky
October 29, 2014
What IDE/EDITOR do you use for D? What plugins if you use Vim?
October 29, 2014
> What IDE/EDITOR do you use for D? What plugins if you use Vim?
Sublime + DCD only!

October 29, 2014
On Wed, Oct 29, 2014 at 07:38:14PM +0000, dan via Digitalmars-d wrote:
> What IDE/EDITOR do you use for D? What plugins if you use Vim?

I use plain vanilla vim in text mode with no plugins (not even syntax
highlighting).

Unlike languages like Java, D is one of those languages that doesn't require anything more than a plain ole text editor to use comfortably.


T

-- 
Genius may have its limitations, but stupidity is not thus handicapped. -- Elbert Hubbard
October 29, 2014
On Wed, 29 Oct 2014 19:38:14 +0000
dan via Digitalmars-d <digitalmars-d@puremagic.com> wrote:

> What IDE/EDITOR do you use for D? What plugins if you use Vim?
mcedit from midnight commander. no jokes, i'm not trolling. i'm using mcedit for years to write all my code.


October 29, 2014
On Wednesday, 29 October 2014 at 19:38:16 UTC, dan wrote:
> What IDE/EDITOR do you use for D? What plugins if you use Vim?

First choice: Eclipse+DDT (https://code.google.com/p/ddt)
On parity: Mono-D (http://wiki.dlang.org/Mono-D)
October 29, 2014
On Wednesday, 29 October 2014 at 19:38:16 UTC, dan wrote:
> What IDE/EDITOR do you use for D? What plugins if you use Vim?

Visual Studio + VisualD, or Sublime with DCD for smaller scripts.
October 29, 2014
On Wednesday, 29 October 2014 at 20:16:05 UTC, ketmar via Digitalmars-d wrote:
> On Wed, 29 Oct 2014 19:38:14 +0000
> dan via Digitalmars-d <digitalmars-d@puremagic.com> wrote:
>
>> What IDE/EDITOR do you use for D? What plugins if you use Vim?
> mcedit from midnight commander. no jokes, i'm not trolling. i'm using
> mcedit for years to write all my code.

That's an interesting option. Autocompletion and find definition/references?
October 29, 2014
On Wednesday, 29 October 2014 at 19:38:16 UTC, dan wrote:
> What IDE/EDITOR do you use for D? What plugins if you use Vim?

I just use Notepad++ and Powershell. I enjoy the more primitive
approach :]
October 29, 2014
On Wednesday, 29 October 2014 at 19:38:16 UTC, dan wrote:
> What IDE/EDITOR do you use for D? What plugins if you use Vim?

Vim with a few plugins. D is really nice that you don't require a huge IDE to be productive.
October 29, 2014
On Wednesday, 29 October 2014 at 19:38:16 UTC, dan wrote:
> What IDE/EDITOR do you use for D? What plugins if you use Vim?

Atom + Dstruct

Now all we need is to make autocompletion data for an
autocomplete plugin.

I like autocomplete because it allows me to explore a language on the spot instead of having to switch back and forth between thousand of pages of documentation.
« First   ‹ Prev
1 2 3 4