Coc Htmldjango

screenshot of Coc Htmldjango
django

django templates (htmldjango) extension for coc.nvim. Provides "formatter", "linter", "completion" and more...

Overview

The coc-htmldjango extension is a Django templates (htmldjango) extension for coc.nvim. It provides various features such as formatting, linting, completion, and more.

Features

  • Format HTML templates using djLint
  • Indent Django/Jinja templates using DjHTML
  • Lint HTML templates using djLint
  • Completion of snippets data
  • Hover documentation
  • Code actions

Summary

The coc-htmldjango extension is a powerful tool for working with Django templates. It provides features such as formatting, linting, completion, and more. By following the installation guide and configuring the extension, developers can improve their workflow when working with HTML templates in the Django framework.

django
Django

Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design. It follows the model-view-controller (MVC) architectural pattern, providing an extensive set of built-in tools and conventions to streamline the creation of robust and scalable web applications.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.