KamasamaK

Results 135 comments of KamasamaK

This sounds like a great idea

This could be useful, but some things to consider when deciding how this should be represented: - Most of these tags are not required to explicitly self-close (like with HTML),...

I've never used Prettier, but it seems like a good idea to enforce (formatting) standards for the project.

@shaedrich I'm not understanding what you mean. Internal to what? I don't see what template strings have to do with JSON.

This is also mentioned in [Supported XML member functions](https://helpx.adobe.com/coldfusion/developing-applications/building-blocks-of-coldfusion-applications/using-the-member-functions.html#SupportedXMLmemberfunctions) but these BIFs do not have documentation pages and I have been unable to get them to work in [TryCF](https://trycf.com/). They...

It could be, but then the documentation is misleading. I would say that many are just the structure member functions also being applied to XML objects since you could already...

@shaedrich I think we should be very careful with changes like that which would break compatibility with the current format. While we are discussing potential changes for representing member functions,...

@shaedrich The migration isn't so much the issue as other tools using CFDocs. The Sublime Text plugin retrieves the JSON from the GitHub master repo, and parsing would break with...

The only plugin I am aware of that currently uses CFDocs is [sublimetext-cfml](https://github.com/jcberquist/sublimetext-cfml). A versioned API would absolutely solve this issue, but I was just bringing up the issue as...

@pfreitag I believe we can add more data that can be used to auto-generate the syntaxes, but I don't believe it would be optimal to just add to `params`. This...