Intellij Plugin For D2

Kingsley via Digitalmars-d-ide digitalmars-d-ide at puremagic.com
Tue Dec 23 00:56:48 PST 2014


On Tuesday, 16 December 2014 at 10:07:16 UTC, Daniel Kozak wrote:
> On Monday, 15 December 2014 at 11:03:29 UTC, Kingsley wrote:
>> Hi,
>>
>> I have started work on an intellij plugin for D2. I only 
>> started learning D a few weeks ago but feel I will enjoy the 
>> experience more in my favourite editor.
>>
>> I'll be aiming to complete the plugin over the next month.
>>
>> The code is here: https://github.com/kingsleyh/DLanguage
>>
>> I know there are a few other people trying to write an 
>> intellij plugin - but I'm doing this also as a learning 
>> experience so creating the BNF grammar and Flex lexer by hand 
>> to better understand the D language rather than re-using the 
>> parser/lexer from DDT or another project.
>>
>> If you are interested in helping out please let me know - or 
>> if you are just interested in using it and want to suggest 
>> features.
>>
>> Thanks
>>
>> --Kingsley
>
> Good job so far :)

Thanks :) - I've got the DeeLexer and DeeParser from the eclipse 
DDT projected integrated with intellij now - so now I'm working 
on implementing intellij features like finding, navigating, 
refactoring etc


More information about the Digitalmars-d-ide mailing list