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
{{ message }}
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
@dangoor Maybe don't filter it out if the first letter matches a 'special' though? You could imagine someone using an API with prefixes (e.g. in native code you see this a lot: NS* on Mac, gl* in for OpenGL, etc.) to want hints to match stuff without having to type the prefix.
This was suggested on IRC:
document.g
shouldn'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.The text was updated successfully, but these errors were encountered: