Convert property access to dot notation
Convert bracket notation property access o['a']
into dot notation property access o.a
.

Configuration
- Code Assist ID (for the configuration file):
convert-bracket-notation-property-access-to-dot-notation
- You can configure custom keyboard shortcuts with this code action kind:
refactor.convert.toggle.property-access-notation.p42.convert-bracket-notation-property-access-to-dot-notation
- This code assist provides refactoring suggestions. Learn how to configure the refactoring suggestion visibility.