Jinja LS useful for templates

Hey all, wanted to share a project I’m working on:

GitHub - noamzaks/jinja-ls: Feature-rich language server for Jinja.

This is currently an extension for VSCode mostly and it makes working with templates a lot nicer in my opinion, with:

  • completions
  • error diagnostics
  • go to definition
  • hover
  • signature help

I still need to add support for custom tags, especially the ones made available by Django, but I think this might make your editing nicer! :slight_smile:

You can check it out here:

Or search for it inside VSCode!

Would love to hear your thoughts and suggestions :grin: