google / shenzhen-go

Experimental visual Go environment
Apache License 2.0
464 stars 44 forks source link

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

Open DrJosh9000 opened 6 years ago

DrJosh9000 commented 6 years ago

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.