AdonisJS .edge support

Hi

 

as an introduction:

AdonisJS is a JavaScript MVC framework built on top of NodeJS. It supports many features like Sessions, Authentications, Validators, Database, ORM, Routes and much more.

You can visit the AdonisJS website here and it's Github here

 

The template engine of AdonisJS is .edge ( Edge Template Engine )

But Webstorm still doesn't have a .edge support. is there anyone who can make a plugin for it. It's similar to .blade syntax.

 

Thanks

 

10
7 comments

This feature hasn't ever been requested, and I'm not aware of any custom plugins supporting this template language.

You can try developing a plugin yourself. Please check this tutorial: http://www.jetbrains.org/intellij/sdk/docs/tutorials/custom_language_support_tutorial.html.

Here's the open source example of the template language implementation: https://github.com/JetBrains/intellij-plugins/tree/master/handlebars

Note that we have a special forum for questions regarding plugins development - https://intellij-support.jetbrains.com/hc/en-us/community/topics/200366979-IntelliJ-IDEA-Open-API-and-Plugin-Development. Feel free to ask questions there

0

Please, give us adonisJS .edge template support 

7

When we can get adonisJS on WebStorm ?

5

Really need Edge support! It's all broken in PHPStorm :(, too lazy to develop it myself :( :(

0

It's not on our roadmaps

Please feel free to file a request for supporting it to youtrack, https://youtrack.jetbrains.com/issues/WEB

 

-2

FWIW, it looks like this request is being tracked as `WEB-41625` here:

https://youtrack.jetbrains.com/issue/WEB-41625

0

You can choose Handlebars association for now

1

Please sign in to leave a comment.