sonic-pi-vscode-editor icon indicating copy to clipboard operation
sonic-pi-vscode-editor copied to clipboard

Integration advice

Open JacksonKearl opened this issue 4 years ago • 3 comments

Hello!

I'm working on an extension for Sonic Pi language support in VS Code (it's very POC right now, but the basics are down at https://github.com/JacksonKearl/vscode-sonic-pi). I'm a big fan of the work you've done here, and I'd love to integrate it into my extension.

To unblock me for right now I've dropped the source files from here over to my repo, prepended your license to the files, and added your name to the readme; I'm wondering what your thoughts are going forward for how our two contributions can work together.

Jackson

JacksonKearl avatar Mar 29 '21 04:03 JacksonKearl

Hey @JacksonKearl - I remember our earlier discussions over at https://github.com/sonic-pi-net/sonic-pi/issues/2371, and later https://in-thread.sonic-pi.net/t/vs-code-extension/3935 🙂

@llloret / @samaaron - what are your thoughts about ownership of any "official" VS Code extension?

ethancrawford avatar Mar 29 '21 05:03 ethancrawford

Hello again!

For some context this is basic what I made. It has basic support for hovers over keywords and arguments to give docs, also suggest support for builtin synths, fx, samples, and some arguments.

I also integrated with this project to get run support and log and cue output channels.

https://user-images.githubusercontent.com/8586769/112880981-fe804e80-907f-11eb-95be-b3728347a502.mov

JacksonKearl avatar Mar 29 '21 18:03 JacksonKearl

The suggest widgets (again, very rough draft 🙂)

recording (6)

Available on market place at https://marketplace.visualstudio.com/items?itemName=jakearl.vscode-sonic-pi

JacksonKearl avatar Mar 29 '21 18:03 JacksonKearl