Hey guys!
Working on a node editor here and was curious to know if there are any similar projects out there that use auto-completion ?
The idea is that you should get suggestions on what might be the best nodes that your current selection needs, regardless of whether you have those nodes in your graph or not. I can think of this vastly simplifying the loop concept for instance, where you'd suggest the user a loop node whenever they try to create a setup that requires one.
Another utility here would be suggestion highlights of possible connections that you can draw between a currently selected socket and all the ones in your graph.
Would love to know if there are projects out there that use a similar approach, just to make sure I'm not reinventing a wheel but improving one.