-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Autogenerate docs and autocompletion for composite block types #632
Conversation
Not sure I understand why the license compliance fails. The error seems to be
But I can spot no mistake in the license definition there? Does anyone else have a hunch? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome 🥳 !
Does this also list the composite block types on root level of the stdlib, like the CSVExtractor?
It does, they get listed as |
This PR adds autogenerated documentation and autocompletion for composite block types.
Code autocompletion for composite block types
Because we have a lot of composite block types in domain extensions in the stdlib this PR also introduces an additional level in the documentation, blocks are now categorized as either "builtin" or by domain:
Inside each domain, the expected block definitions can be found:
Code autocompletion for composite block types
As a (happy?) accident of the refactoring, this PR also adds the existing composite block types to the autocompletion.