steelbrain / intentions

Base package for showing intentions in Atom
MIT License
53 stars 11 forks source link

Async support for intentions list #16

Closed hedefalk closed 8 years ago

hedefalk commented 8 years ago

To be able to use this I think we need async support. It'd also be super-cool if it could support nested menus with an async hook on each level. I'm thinking

rename
add import ->
   (calls import suggestion async)
   import java.util.Thang
   import scala.Thang 
steelbrain commented 8 years ago

It already supports async callbacks, just return a promise

hedefalk commented 8 years ago

Great!