Editor or IDE supporting django templates and HTML/CSS validation? -


is there ide supports editing django templates , able validate html , css?

requirements:

  • be able detect , highlight errors in css, example: forgot close "}", or invalid css attribute
  • be able make learn new css attributes (like css3 ones or browser specific ones) - don't want see them invalidating css
  • validate partial-html, 1 inside django templates.
  • has run on windows
  • python support (optional / bonus)

i know there many cool python ides found none can used edit , validate html/css django-templates.

pycharm intellij.


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -