Kevin Rose

Results 39 comments of Kevin Rose

I also had to do this. This is what I came up with: ```javascript // Fires on rotate/resize, not on drag. poly.on("transform", function (e) { const trans = poly.transform; const...

Did you mean to attach a file to this issue?

Please re-open if you are able to provide more information. Closing for now.

Hello @PsywolfTheEnder, thank you for opening the issue. I think this is also related to https://github.com/kbrose/vsc-python-indent/issues/65. I'd probably accept an MR that accomplishes this, but I'm sorry to say I...

> Not sure if this is a larger VSCode problem (it does the same without Python Indent). This is definitely an issue with how VSCode behaves, but we might be...

If you want to look into it I'd be happy to review an MR that adds this functionality.

I actually just ran into a case similar to this where I think we'd need to be careful: I wanted to refactor some code that looked like this ```python my_list...

Hello @ion-elgreco! I don't use notebooks often, and definitely not in VSCode, so this was not on my radar. I'll try and see if I can make that work.

I looked into this, but it seems like notebook mode is significantly different from "text editor" mode. I couldn't even get my keybinding to register in the notebook mode. We'd...

I'm hopeful that some of the proposed notebook APIs can be used once they're released. They seem helpful at first glance. https://code.visualstudio.com/updates/v1_50#_notebook-api