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

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

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

unit testing - How to mock PreferenceManager in Android? -