Intellij d plugin
Kingsley via Digitalmars-d-ide
digitalmars-d-ide at puremagic.com
Mon Nov 9 11:16:50 PST 2015
On Monday, 9 November 2015 at 18:12:15 UTC, Ramon wrote:
> On Monday, 9 November 2015 at 07:46:09 UTC, Kingsley wrote:
>> [...]
>
> Why will you implement a parser D?
> You might consider using https://github.com/Hackerpilot tools
> as the backend for your plugin
Hi - unfortunately IntelliJ does not support using an external
parser so there is no option but to write a grammar and lexer in
the format IntelliJ wants. It is possible to use DCD and dscanner
though which I already integrated.
More information about the Digitalmars-d-ide
mailing list