Eric Dallo
Eric Dallo
Ping @shime ?
yeah, a status of the current files being uploaded/download would be enough I think
IMO we should merge this PR :)
@lread looks good to me! IMO user should be able to choose what forms/macros will use this new feature, for example users that want that on most forms but not...
> Also thinking of naming for this feature. Is "associative syntax alignment" maybe easier to digest if described as "tabular alignment"? I already saw some people referring to it as...
Sorry for not be specific, I think my suggestion is missing the end range. You can see above an example where `|` means the start and end range selected by...
hahaha, yes, sorry, GitHub indentation is weird, fixed!
That's how we do ATM, we format the whole top level form, but if we format only the parent form of the selected range, it will ignore the spacing
Sure, so, as I said it [here](https://github.com/clojure-lsp/clojure-lsp/issues/266#issuecomment-774372852), If I format the code with the selected range between the `|`s: ```clojure (a (b |(c (+ 2 3)|))) ``` I'd expect to...
For the regions that cut off at syntax boundaries, cljfmt could just get the parent form of the start line/col maybe? If we send the whole text, cljfmt would know...