AndroidSDKSearchExtension icon indicating copy to clipboard operation
AndroidSDKSearchExtension copied to clipboard

Support IntelliJ's acronym-like search.

Open JakeWharton opened this issue 7 years ago • 3 comments

I don't know what they explicitly call this...

E.g., "VTO", "ViTrOb", and "VTreeObs" should all resolve to "ViewTreeObserver"

JakeWharton avatar Dec 13 '17 15:12 JakeWharton

Would love to accept PRs for this :)

romannurik avatar Dec 13 '17 15:12 romannurik

I've been wanting to contribute this for about 2 years. I decided to at least file the issue in case someone wants to grab it before I can.

JakeWharton avatar Dec 13 '17 18:12 JakeWharton

Should also work for packages. a.w.Toolbar should match android.widget.Toolbar.

JakeWharton avatar Jan 04 '18 21:01 JakeWharton