Debugging around a large VS2017 project, I often find myself switching to a header file and searching/scrolling just to see if a function is public or not.
There must be a really quick way to check this, but I'm obviously missing the right words to hit with Google... searches are being drowned out by results for general visibility teachings.
I also use Visual Assist so maybe that has an answer that VS doesn't.
What's the minimum-clicks way to see a function's visibility, at the call site or definition?