Auto Completion doesn't recognise "private" test visible Members

Issue #2641 open
Jason Van Beukering created an issue

Since the last release of IC, when writing code, class members that are marked “private” but “@TestVisible” are not offered.

Personally I think they should always be “offered” but depending on context (i.e. the calling code is a unit test vs somewhere else) they are indicated differently (say grey for unreachable code)

Comments (2)

  1. Scott Wells repo owner
    • changed status to open

    Oh no. Assuming that's the case, that would be an unintentional side-effect of some of the code completion improvements/fixes I implemented. I'll try to reproduce today and, assuming I can, I'll implement a fix for the next build (or earlier if a hotfix is warranted). Thanks for reporting!

  2. Log in to comment