Convert loop to .forEach
Replace regular for
loops with .forEach()
loops.

The refactoring supports converting regular for
loops over an array with an index variable as well as for..of
loops into .forEach()
loops.
Configuration
- Code Assist ID (for the configuration file):
convert-loop-to-for-each
- You can configure custom keyboard shortcuts with this code action kind:
refactor.convert.p42.convert-loop-to-for-each