Drag-and-Drop Code with Connecting Operators
-
Is there a plugin or other functionality similar to the function list that will display namespaces, classes, functions, variables, etc. in a tree view panel and allow you to click and drag it into your source code with the connecting operators included?
So for example, say I have a function declared inside a class and I click and drag the function from the tree view into my source code so it is written as MyClass.MyFunc
To make it more complicated, say the class was inside a namespace so now it would write as MyNamespace::MyClass.MyFunc
If no such functionality currently exists, would anyone be interested in trying to make a plugin?