Forum Discussion

nisgupta's avatar
nisgupta
Valued Contributor
6 years ago
Solved

Testcomplete version 14 still do not support code alignment

TestComplete version 14 still do not support code alignment 

for e.g. if we we use use for loop and then if nested statement inside the for loop loop we need the braces should get aligned properly. It is becoming difficult when the automation code is getting complex day by day and the codes lines ar getting longer .

 

Thanks

Nishchal

12 Replies

  • cunderw's avatar
    cunderw
    Community Hero

    There is a code formatter script extension somehwere here on that allows you to auto format javascript. If that's the language you're using I can dig that up and attach it. You couls also use some other linter integrated with your source control auto format the files on commit.