jleyba / js-dossier

A JavaScript documentation generation tool.
Apache License 2.0
149 stars 15 forks source link

Search autocomplete should favor nominal types over properties #86

Open jleyba opened 7 years ago

jleyba commented 7 years ago

When searching for "foo", autocomplete should consider suggestions for all types matched on "foo" before considering properties.

This will require refactoring the autocomplete to have access to the full type index instead of a list of fully-qualified names.