Configurable Apex variable name completion offerings

Issue #2243 new
Matt Azlin created an issue

I would like to see an option to customize the autocompletion settings. For example:

List<Account>

This has a recommended variable name of ‘accounts’

I’d like to customize this so I could see the recommendation to call it ‘ListOfAccounts’, following the pattern of <collection>Of<Object> or another custom pattern.

Comments (1)

  1. Log in to comment