Tank302
3 years agoOccasional Contributor
Code prettier
Please tell, is there an automatic code formatter in TestComplete? In order not to bother with indentations and for the whole team to write good code?
I've used Prettier before (https://prettier.io/), can I connect it as an external plugin?
Thanks.
Hi
unfortunately, there is no such plugin now.
But good thing in Prettier that you can use it with commit hook:
https://prettier.io/docs/en/precommit.html
So, maybe it will be even more helpful to introduce guidelines for the whole team.