Lucee docs now automatically publishes out a cfdocs json schema of all tags and functions.
https://docs.lucee.org/lucee-docs-json.zip
https://luceeserver.atlassian.net/browse/LDEV-5520
Why is does this rock, because, if you are using the cfmleditor extension, It currently uses the cfdocs.org data which is incomplete and needs to be manually maintained , whereas this is automatically published by the lucee docs build and covers all Lucee tags and functions.
compared to
Simply download https://docs.lucee.org/lucee-docs-json.zip and unzip into a folder, then edit your vscode settings to point to that folder
"cfml.cfDocs.localPath": "d:\\work\\lucee-docs\\builds\\cfdocs\\en",
"cfml.cfDocs.source": "local",
Then your inline CFML help will be Lucee specific and include all tags and functions, including all the available arguments and attributes
It’s stuck in lower case until I solve one last issue
https://luceeserver.atlassian.net/browse/LDEV-5501
I’ve pinged @ghedwards about supporting this as an option directly within the extension.
1 post - 1 participant