fdorg / flashdevelop

FlashDevelop is a free and open source code editor.
MIT License
825 stars 221 forks source link

autocomplete for xml such as mxml based on namespaces #131

Open dukobpa3 opened 10 years ago

dukobpa3 commented 10 years ago

Haxe comunity is much lovin' any xml-based macro generators. https://github.com/HxJointForces/Hxmr https://github.com/RealyUniqueName/StablexUI And more.

There is one problem: any editor don't have autocomplete for xml-files. I think would be much useful feature if mxml processor based on namespaces still enabled not only with *.mxml files. (For example if I change extention of hxmr files *.xml->*.mxml - it's workin' propertly because hxmr-project logic also based on namespaces and can use packages and classes. But it is workin only with flash/flex packages ;( )

elsassph commented 10 years ago

Interesting - it should be possible to add alternative extensions to be supported by the MXML engine.