Kevin Rose

Results 39 comments of Kevin Rose

@parkershamblin where are your cursors in the above? Please be very explicit in how you created such a situation -- my issue template includes a "What the code looks like...

Same for me. FYI I found https://shields.io/ had the functionality I was using (installs and ratings) so I switched to that.

@jkyeung similar to your previous issue, I cannot reproduce. In an empty python file, if I type the characters `def foo():return` I get ```python def foo(): return | ``` Could...

None of those jump out at me, but could you also try to reproduce after toggling all other extensions else off (and restarting VS Code)? Also just wanted to make...

> Would it make a difference if I uninstalled, rather than just disable? Maybe in very rare circumstances, but it shouldn't really. > Do you want to see my settings?...

That's pretty strange. I would guess that we'd see more activity on this issue if others were experiencing the same thing, but it's really weird that on a fresh install...

Hey @jkyeung thanks for the heads up. I'm away from my computer for a while, but I'm hopeful this will be easy to fix once I am able.

@jkyeung can you double check the behavior? When I set `Python Indent: Keep Hanging Bracket On Line` to _on_ then it behaves the way you want (keeping the square bracket...

Not impossible to do, but it is more than a simple code change because we aren't inserting the ending bracket, we're just using [`textEditor.insertSnippet()`](https://github.com/kbrose/vsc-python-indent/blob/master/src/indent.ts#L52) to insert the newline and indentation,...

@fmabille IDK what you're trying to say...?