Hi! I'm sorry if this is the wrong place for questions, but I haven't found another way to ask.
I've been using Prettier in all my Angular apps so far and I stumbled upon a great helper by Trivago called prettier-plugin-sort-imports.
My question is: are there any noticeable differences in what both provide (in terms of results/features)? I know this one works without Prettier or anything of the sort, because it edits code via the extension API in VS code, but it's still interesting to compare. Especially since most of our team work with Jetbrains products, which makes Prettier the first tool I could think of.
(One gripe I have with Trivago's plugin is what they say in the disclaimer at the very bottom of their readme - it's not Prettier-conforming and thus may bug out.)
Hi! I'm sorry if this is the wrong place for questions, but I haven't found another way to ask.
I've been using Prettier in all my Angular apps so far and I stumbled upon a great helper by Trivago called prettier-plugin-sort-imports.
My question is: are there any noticeable differences in what both provide (in terms of results/features)? I know this one works without Prettier or anything of the sort, because it edits code via the extension API in VS code, but it's still interesting to compare. Especially since most of our team work with Jetbrains products, which makes Prettier the first tool I could think of.
(One gripe I have with Trivago's plugin is what they say in the disclaimer at the very bottom of their readme - it's not Prettier-conforming and thus may bug out.)