Search code examples
pythondjangoidesyntax-highlightingpydev

Django templates syntax highlighting in Eclipse


I use Eclipse and pydev for django development. This has worked more or less ok, including debugging. Syntax highlighting doesn't seem to work everywhere though. I couldn't get any highlighting for the templates thought. Is there a way to get the highlighting and code suggestions for the templates?


Solution

  • The latest PyDev versions include a Django template editor, but it's not compatible with vanilla Eclipse. You have to use Aptana Studio instead.

    Just use http://pydev.org/nightly as update URL, the PyDev and Django template editor packages should be there.