Autocomplete controllers with `/` prefix
Closed this issue · 3 comments
hansemannn commented
Ti SDK introduced the full NodeJS require-spec. This also includes the recommendation to use /
for all require-prefixes, including Alloy controllers. So when I create a new controller using Alloy.createController('my/controller')
, it suggests the correct controller, great! But when using Alloy.createController('/my/controller')
, it doesn't detect my autocomplete flow. It would be great if it could!
P.S.: The hyperlinking already works!
yomybaby commented
Great!
I'll check this soon.
yomybaby commented
hansemannn commented
Beautiful :)