Today we had a quick discussion at work as somebody noted that the currently used namespace values (e.g. http://namespaces.zope.org/zope
) do not resolve to an actual page.
A colleague mentioned that with an actual schema IDEs like PyCharm could provide autocompletion for pagetemplates and zcml files.
I do know that xmlns=....
is just an identifier and does not need to resolve.
Anyway, is anybody aware whether there are actual schema files available for either zcml or pagetemplates / chameleon?
Or is there anything else out there to enable autocompletion and maybe even linting of zcml / pagetemplate files?
Thanks!