Atom IDE

WebFreak001 via Digitalmars-d-ide digitalmars-d-ide at puremagic.com
Fri Jul 31 05:35:08 PDT 2015


On Friday, 31 July 2015 at 03:09:00 UTC, anonymous 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
>
> I'm curious to know if this kind of editors (the program itself 
> based on scripts and regexes for highlighting) are fast, 
> compared to compiled programs, for example when loading 
> std.sdatetime ? Does it lags a lot, (eg add a /++ at line 1000) 
> ?

Probably slower than a compilied program but the plugin itself 
only uses asynchronous operations for auto completion


More information about the Digitalmars-d-ide mailing list