Clément Dessoude

Results 30 comments of Clément Dessoude

Hi @derkoe ! Sorry to only reviewing this now 😕 Would it be possible to run prettier --write README.md ? I believe it will output something like this: For VSCode...

The only time I try it was using it approximately [like this](https://github.com/Shaolans/prettier-java-playground/blob/master/src/components/CodeArea.vue), but this was a long time ago, I don't ever recall if it was working properly There might...

Sorry, I was very busy last week because of work. I am also a bit sceptic with the sorting of imports, I noticed it caused some issues with Intellij. @jhipster/developers...

Oh indeed ! I'll have a look

I investigated a bit, and it is a bit tricky, as it is only happening if you put the prettier-ignore comment at the beginning of a block. For instance, in...

This functionality is indeed not implemented, as I was completely unaware of its existence in Prettier !

Hi @JanecekPetr, I understand that this might be a little annoying. However, I do not to get rid of the concatenation as it would change the AST, which we want...

Thanks for reporting this ! It is an issue only when the first element of the assignment is a new expression. Unfortunately, this part of the code is particularly complex...