Boosting productivity with code completion

Aug 20, 2021
For a lot of us who's been coding for many years or just started out with coding, auto code completion can help to become a better developer in the long run.
By using code completion, you can reduce the amount of time you need to spend on incorrect syntax and improper code creation. It will also allow you to use longer variables, functions or class names that better describe the logic and makes the code more maintainable. All in all, this will increase the quality of the code.
Code completion was recently improved in IAR Embedded Workbench for Arm, see how it work in our short demo video.