Developing in Django can sometimes feel cumbersome, especially when it comes to writing out all the template tags and filters by hand. Recognizing this challenge, my colleague Maikel and I set out to simplify the process by providing helpful code suggestions. This led to the creation of Django Template LSP, a language server designed to enhance your templating experience by offering autocompletions for template tags, filters, statements and view context. With Django Template LSP, we aim to streamline your development workflow and make working with Django templates more intuitive and efficient.