digitalmars.D - No D bindings in Atom editor
- Jabari Zakiya (5/5) Oct 15 2018 Just updated Atom editor and noticed D files read as plain .txt
- Jabari Zakiya (3/8) Oct 16 2018 Found existing support in Atom package manager.
- welkam (12/22) Oct 16 2018 Based on State of d 2018 survey most popular editors are:
- Soulsbane (3/8) Oct 16 2018 Kate also has a plugin for D called Lumen. I don't use it anymore
- Jabari Zakiya (2/12) Oct 16 2018 Thanks, will check it out.
- Laurent =?UTF-8?B?VHLDqWd1aWVy?= (6/11) Oct 17 2018 In case you still prefer using Atom over another editor, I am
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
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
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: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.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
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
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:Thanks, will check it out.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
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