Autocomplete sometimes unnecessarily appends namespace prefix

Issue #13 resolved
Mike Bordon created an issue

Autocomplete hinting correctly shows suggestions without the namespace, however upon selection it is inserted with it.

For example, in the constructor of ConfigStrategyTypeEditController.cls, type "strategyType." then select "ScopedInputType__c" from the autocomplete suggestions. It is replaced with "zmx__ScopedInputType__c".

1.0-internal-beta-5

Comments (5)

  1. Mike Bordon reporter

    Bitbucket tried to interpret some of my text as markup, but hopefully the point comes across.

  2. Scott Wells repo owner

    Hmmm...I didn't see this same behavior. I certainly believe you that it happened(!), but I'd like to see why I'm seeing different behavior. Let me know when you have a few to show it to me. Thanks!

  3. Scott Wells repo owner

    Mike, I've not been able to reproduce this and it was on a much older build. Once you get your IDE configured properly (offline symbol table, etc.), if you see this again please reopen with details on how to reproduce if possible.

  4. Log in to comment