Code Completion - Casting List or Map

Issue #199 resolved
Tyler Mowbrey created an issue

When casting something as a List or Map, the code completion does not pick up object names.

Example:

List<Account> accounts = (List<Account>)oldRecords.values();

In this example I must type (List<Account>) with no code completion.

Comments (2)

  1. Scott Wells repo owner

    Thanks for the report, Tyler. Should be pretty easy to address. I'll see if I can slot it into an upcoming release.

  2. Scott Wells repo owner

    Scrubbing old bugs...it looks like I fixed this somewhere along the way. Please let me know if you're still seeing it.

  3. Log in to comment