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
When using autocompletion for variables it places 2 dollar signs instead of 1. For example typing $_GET will transform it into $$_GET. Fails with every completion starting with $.
When using autocompletion for variables it places 2 dollar signs instead of 1. For example typing$_GET will transform it into $ $_GET. Fails with every completion starting with $.