You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
P5 defines quite a few global variables and functions, many of which have common words for names. Suggesting enabling P5 every time someone references an undefined variable like day is unlikely to be the most helpful suggestion.
Practical suggestion: only auto-suggest library globals if the library defines three or fewer globals in total.