Kia ora everyone
Did you know we have a “Node Autocomplete" feature in Dynamo? There are two flavors; Node Type Match (Which canvasses all options for a single node class, but doesn’t handle inheritance very well) and Recommended, which is powered by Machine Learning.
The Node Type Match approach will list off all options for a single class (like Circle) akin to what you find in the library, but in-canvas. Think of this as a fast-tracked shortcut. The gotcha here is that it doesn’t deal with inheritance so doesn’t list off things like “Curve” modifiers for the “Line” class.
The Recommended approach supercharges your ability to build graphs, by recommending the next node in your workflow. Today this works with single nodes, but we’re actively working on placing clusters next
It allows you to build graphs faster (As it both places and wires up the node) and with higher precision (As it uses other graphs as the training data, such as sample files, dictionary files and permission given content from users such as @jacob.small).
Come take it for a spin, and let us know what you think!