Atom IDE

Rikki Cattermole via Digitalmars-d-ide digitalmars-d-ide at puremagic.com
Tue Oct 20 04:00:45 PDT 2015


On 20/10/15 11:26 PM, Nordlöw wrote:
> On Thursday, 30 July 2015 at 22:18:20 UTC, WebFreak001 wrote:
>> We (me and Wild) are currently working on a plugin for atom that
>> should take over the job of everything for D. Right now we have
>> already added snippets, syntax highlighting (from atom-language-d) and
>> auto complete using DCD.
>>
>> If you would like to try it or to help us just get it from here:
>> https://github.com/Vild/atomize-d
>>
>> Full TODO: https://trello.com/b/eR18xRBz/atomize-d
>
> My Atom errors upon restart as
>
> Failed to load the atomize-d package
> Cannot find module 'semver'
> Show Stack Trace
> The error was thrown from the atomize-d package.
>
> after installation through
>
> git clone --recursive https://github.com/Vild/atomize-d.git
> ~/.atom/packages/atomize-d
>
> I can't find the package `semver` on the web.
>
> What's wrong?

Run apm install from the cloned directory.
apm is provided by atom btw.


More information about the Digitalmars-d-ide mailing list