Kevin Rose

Results 39 comments of Kevin Rose

Doesn't it make more sense to have this package highlight according to the grammar of python instead of guessing what people are using raw strings for? I would vote for...

@mattdeboard Have you seen https://atom.io/packages/python-indent?

@patrys have you seen https://atom.io/packages/python-indent (disclosure, I've worked on it). It handles hanging indents (the PR you've opened here) along with other line continuations. ``` python def f(param1, param2, param3,...

Have you used the latest version? It underwent a complete overhaul about a month ago. If you are using a recent version, would you mind filing some issues showing where...

That doesn't happen for me. I'm going to need a lot more information.

This case comes up about once every 2 weeks for me. Definitely not a pressing issue but it is on my mind. I do intend to update the parser to...

@igorzamyslov I get your expected behavior running version 1.1.2 of this package, Atom version 1.21.0. Is the package up to date and all of that? Do you have another package...

Hmm. I suspect both this package and magic python try to do the same thing on a hanging indent so you end up indenting it twice (which ends up with...