dart-atom / dart

A Dart plugin for Atom.
http://dart-atom.github.io/dart/
BSD 3-Clause "New" or "Revised" License
154 stars 44 forks source link

Autocomplete for Find Type #1068

Open mehmetf opened 8 years ago

mehmetf commented 8 years ago

It would be great if find type in the atom plugin for Dart supported autocomplete. Right now, I have to type a search term and press Enter which will show me results in the right window pane:

image

Find file on the other hand has autocomplete and is all kinds of wonderful:

image

devoncarew commented 8 years ago

Makes sense - we should try and hook into whatever list filtering they're doing.