Documentation borked

Issue #961 closed
Derek Wiers created an issue

I forget what you call that functionality - it's default mapped to Control+j on Mac where you get the Apex documentation for the method/member that's selected - anyway that's broken for anything that isn't already typed - such as when you're scrolling through autocomplete lists and hit Control+j to see more info on a particular method to see if that's the one you were thinking of...

Screen Shot 2018-04-10 at 3.39.33 PM.png

Comments (6)

  1. Scott Wells repo owner

    Thanks, Derek. I'll take a look. Can you confirm that you did the following to make this happen?

    1. Start code completion for methods of Set.
    2. Use the arrow keys to move to containsAll().
    3. Open quick documentation.

    Is that correct? Does this happen for you consistently?

  2. Scott Wells repo owner

    Okay. If you see if happen again, please let me know the symbol for which it happened. That error does correlate to a regexp that I use to clean up the docs before displaying them, but I'd need to know what text was being used with that regexp that was causing it to get into a broken state.

  3. Derek Wiers reporter

    Will do, thanks. If I don't see it again in a week, I'll close this ticket (or you can if I totally forget), as for all I know it could have been a one-off issue.

  4. Log in to comment