Are you planning of getting Nunjucks support in WebStorm or other JetBrains products?

I made some easy websites using simple SSGs and I'd like to know if JetBrains will support it's template engines (like Nunjucks or so). No problem to use VS CODE for small ones, but I'd prefer to stick with my JetBrains apps.

1

There are currently no plans in place. For future updates, please refer to the following link: https://youtrack.jetbrains.com/issue/WEB-8743. As a temporary solution, we recommend utilizing the Twig plugin available here: https://plugins.jetbrains.com/plugin/7303-twig-support. The syntax is similar.

0

@italian brainrot clicker Right now JetBrains doesn’t officially support template engines like Nunjucks in the same way VS Code does, but you can still edit and work with them with basic syntax highlighting. For full template support (intellisense, real autocomplete), VS Code is ahead right now. Hopefully JetBrains adds better SSG/template support in the future!

0

请先登录再写评论。