Accessed Variable Checker

Yes.

Sorry, I'm not being clear.

With VIP - Variable Inspector Prompt (by @DanThomas), one can limit the scope by specifying individual variable names. You could do the same with regex patterns and in some cases it would make specification even easier.

For example, if your macro included the following six variables (among many more):

local_Dialog
local_DialogWidth
local_DialogHeight
local_Window
local_WindowWidth
local_WindowHeight

For local_IncludePatterns, one could specify:

local_Dialog.*
local_Window.*