Steven Arcangeli

Results 451 comments of Steven Arcangeli

> Running one or multiple code actions to autofix code and then the formatter (because formatter might break code for the autofix) prevents trim_whitespace and trim_newlines from being usable How...

I would be open to doing something like this as the default behavior. Shelling out to grep isn't great, though. If you want to try making a PR take a...

There aren't any other formatters that do something like that right now. I agree that a temporary buffer is probably the way to go for this, but it'll likely be...

@cmhms thanks for the PR! I was putting off reviewing this until the v2 refactor landed. I've taken a shot at refactoring the PR for the changes. Can you confirm...

Great! Thanks for putting up the PR! Glad we can finally get this merged

I am currently in the middle of a rather large refactor, and as part of that I am actually moving _away_ from custom strategies like toggleterm or snacks. I am...

I would review a PR that's target just at fixing this issue. It looks like there were still two open questions on the other PR, both related to UNC paths...

This is technically doable using extmarks with inline virtual text. This is a slight UI improvement, so I would review a PR if it can be done with very low...