David Granström
David Granström
@scztt I'm trying out this branch but I'm having some trouble connecting to the TCP port. I'm opening the port like this: ``` ( thisProcess.openTCPPort(9999); thisProcess.openPorts().debug('openPorts'); // openPorts: Set[ 9999,...
@kflak It would be simple to generate two versions of each snippet, one split on newlines as the example you posted. However, this will also make users have to choose...
@kflak There has been some discussion recently with the merge of the `luasnip` snippet format. I would like to include options for snippet generation in [this PR](#153) I'm still not...
> In SCIDE you can autocomplete arguments. So for SinOsc.ar( if you hit now, it fills in: freq: for you. > You fill in the number: freq: 440, . And...
Yes, that would be really great! My suggestion would be to continue implementing the Document API in https://github.com/davidgranstrom/scnvim/blob/main/scide_scnvim/Classes/Document.sc the functions needed for editor synchronization could be implemented in `lua/scnvim/document.lua` and...
Depends on #88
Yes, this is possible. The post window actually have its own `filetype` called `scnvim`. So you could make this happen by: 1) Creating an autocmd in you vimrc/init.vim `autocmd FileType...
This is also something that we should add to the scnvim (vim) documentation. Maybe we could have a "FAQ" section in the docs?
@kflak @madskjeldgaard Got a chance to take a look at this just now. I've found the reason, but I don't have a clear solution just yet. The bug was introduced...
@jpdrecourt Hi! Thanks for the report. Did you run the post-install hook `scnvim#install()` after installing the plugin with packer? You can run it manually after installing the plugin with `:call...