www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - No D bindings in Atom editor

reply Jabari Zakiya <jzakiya gmail.com> writes:
Just updated Atom editor and noticed D files read as plain .txt 
and no D bindings in list of programs. Maybe someone should bring 
that to Atom's devs attention.

Interesting, since my main editor, KDE's Kate, does have D file 
syntax highlighting.
Oct 15 2018
next sibling parent reply Jabari Zakiya <jzakiya gmail.com> writes:
On Tuesday, 16 October 2018 at 02:34:47 UTC, Jabari Zakiya wrote:
 Just updated Atom editor and noticed D files read as plain .txt 
 and no D bindings in list of programs. Maybe someone should 
 bring that to Atom's devs attention.

 Interesting, since my main editor, KDE's Kate, does have D file 
 syntax highlighting.
Found existing support in Atom package manager. https://atom.io/packages/language-d
Oct 16 2018
parent welkam <wwwelkam gmail.com> writes:
On Tuesday, 16 October 2018 at 17:48:42 UTC, Jabari Zakiya wrote:
 On Tuesday, 16 October 2018 at 02:34:47 UTC, Jabari Zakiya 
 wrote:
 Just updated Atom editor and noticed D files read as plain 
 .txt and no D bindings in list of programs. Maybe someone 
 should bring that to Atom's devs attention.

 Interesting, since my main editor, KDE's Kate, does have D 
 file syntax highlighting.
Found existing support in Atom package manager. https://atom.io/packages/language-d
Based on State of d 2018 survey most popular editors are: 1. Visual Studio Code 25% 2. vim/neovim 18% 3. other 13% 4. sublime 13% 5. emacs 11% 6. Visual Studio + VisualD 10% 7. intellij 4% 8. Atom 2% Based on this data and personal experiance i would choose Visual Studio Code or vim for your D projects.
Oct 16 2018
prev sibling next sibling parent reply Soulsbane <viserion.thrall gmail.com> writes:
On Tuesday, 16 October 2018 at 02:34:47 UTC, Jabari Zakiya wrote:
 Just updated Atom editor and noticed D files read as plain .txt 
 and no D bindings in list of programs. Maybe someone should 
 bring that to Atom's devs attention.

 Interesting, since my main editor, KDE's Kate, does have D file 
 syntax highlighting.
Kate also has a plugin for D called Lumen. I don't use it anymore though since I prefer VSCode.
Oct 16 2018
parent Jabari Zakiya <jzakiya gmail.com> writes:
On Tuesday, 16 October 2018 at 22:59:18 UTC, Soulsbane wrote:
 On Tuesday, 16 October 2018 at 02:34:47 UTC, Jabari Zakiya 
 wrote:
 Just updated Atom editor and noticed D files read as plain 
 .txt and no D bindings in list of programs. Maybe someone 
 should bring that to Atom's devs attention.

 Interesting, since my main editor, KDE's Kate, does have D 
 file syntax highlighting.
Kate also has a plugin for D called Lumen. I don't use it anymore though since I prefer VSCode.
Thanks, will check it out.
Oct 16 2018
prev sibling parent Laurent =?UTF-8?B?VHLDqWd1aWVy?= <laurent.treguier.sink gmail.com> writes:
On Tuesday, 16 October 2018 at 02:34:47 UTC, Jabari Zakiya wrote:
 Just updated Atom editor and noticed D files read as plain .txt 
 and no D bindings in list of programs. Maybe someone should 
 bring that to Atom's devs attention.

 Interesting, since my main editor, KDE's Kate, does have D file 
 syntax highlighting.
In case you still prefer using Atom over another editor, I am maintaining a D package, ide-dlang [1], that uses atom-ide [2] to introduce a few niceties beyond syntax highlighting. [1] https://atom.io/packages/ide-dlang [2] https://ide.atom.io
Oct 17 2018