google / shenzhen-go

Experimental visual Go environment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dev/model/parts: Add a part type that can launch a func in an existing file

DrJosh9000 opened this issue · comments

It'd be nice to edit code in a preferred text editor, and take control of the full contents of a file. This part type should, given a Go source file in the target package and a function name, can infer the pin definitions from the function arguments, and update itself (inotify?) when the file changes.