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
This was suggested on IRC: document.g shouldn't show things like height. JS code hints use the StringMatch algorithm. StringMatch needs to match things across a whole path, whereas code hints are really only matching the equivalent of a single "segment" of a path. Because of this, it's reasonable to expect that the first letter should always be a match.
This was suggested on IRC:
document.gshouldn't show things likeheight. JS code hints use the StringMatch algorithm. StringMatch needs to match things across a whole path, whereas code hints are really only matching the equivalent of a single "segment" of a path. Because of this, it's reasonable to expect that the first letter should always be a match.