Fotis Gimian
Fotis Gimian
Just a little FYI that I've been using this for the last day and it works really well. 😄
@zwpaper Kindly let me know if you are interested in this PR. I personally no longer use lsd and would like to delete my fork to clean up my repos.
Hey there folks, I hope you're all doing well. This is causing quite poor readability on my codebase which heavily uses the builder pattern. Is there any workaround as of...
> What I've been working on leverages a new config option to support a few different flavors of alignment (I've left the default as the current formatting) to provide flexibility....
Just as another point of reference [CSharpier](https://csharpier.com/) does the following: ```c# var example = new Example( "some really long string which doesn't fit on one line", "and another long string"...
> > * Is it possible to get this tool working on the GNU toolchain for Windows? > > It might work with the proper linker and linker args (e.g.,...
One thing that I haven't found in the Go ecosystem so far is coverage reporting which tells you which lines were missed from each file too, similar to the coverage.py...
> `go tool cover` (https://pkg.go.dev/cmd/cover) is a similar idea. It can produce 2 reports: coverage percentage per function, and a detailed HTML report. The HTML report effectively has this information,...
Same issue here on Windows with the latest .NET, VS Code and related extension.
I personally vote that this behaviour be removed completely as per this PR. The current behaviour is very unexpected and unusual, so much so that it feels like a bug....