www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Intellij D Language plugin v1.11 released

reply singingbush <singingbush hotmail.com> writes:
the new build fixes compatibility issues with Intellij IDEA 
2016.3.* versions. It should be in the plugin repo soon but in 
meantime can be downloaded from

https://github.com/kingsleyh/DLanguage/releases
Mar 09 2017
parent reply Martin Tschierschke <mt smartdolphin.de> writes:
On Thursday, 9 March 2017 at 22:46:12 UTC, singingbush wrote:
 the new build fixes compatibility issues with Intellij IDEA 
 2016.3.* versions. It should be in the plugin repo soon but in 
 meantime can be downloaded from

 https://github.com/kingsleyh/DLanguage/releases
Looks nice! I have zero experience with Intellij IDEA until now, so I installed it following the ubuntu wiki. Now one question do you know a way to support .dt (diet template files) for use with vibe.d? I thought it should be possible to use a .pug plugin (former known as jade .js template engine) has anyone used it this way?
Mar 10 2017
parent singingbush <singingbush hotmail.com> writes:
On Friday, 10 March 2017 at 13:16:45 UTC, Martin Tschierschke 
wrote:
 On Thursday, 9 March 2017 at 22:46:12 UTC, singingbush wrote:
 the new build fixes compatibility issues with Intellij IDEA 
 2016.3.* versions. It should be in the plugin repo soon but in 
 meantime can be downloaded from

 https://github.com/kingsleyh/DLanguage/releases
Looks nice! I have zero experience with Intellij IDEA until now, so I installed it following the ubuntu wiki. Now one question do you know a way to support .dt (diet template files) for use with vibe.d? I thought it should be possible to use a .pug plugin (former known as jade .js template engine) has anyone used it this way?
There's an open issue for supporting diet templates but it's not an immediate priority. I found using the jade plugin enough for my needs. See: https://github.com/kingsleyh/DLanguage/issues/94 You need to associate the .dt extension as being Jade
Mar 10 2017