pulsar-titanium icon indicating copy to clipboard operation
pulsar-titanium copied to clipboard

add autocomplete feature for project wide Alloy.Globals object data

Open roelandp opened this issue 5 years ago • 0 comments

Is your feature request related to a problem? Please describe. I have a bunch of variables hanging quite structured on the Alloy.Globals object such as theming used across the app. E.g. Alloy.Globals.settings { 'colors': {}, 'dimensions': {}, 'network': {}} which I set in alloy.js

Describe the solution you'd like When writing code inside the controllers (and sometimes in the tss files) I would love to have that Alloy.Globals.settings autocomplete for speed up.

Describe alternatives you've considered I'm also researching external packages which I could assign for example a file(s) to be read for using for autocomplete. E.g. a package which I could point to "alloy.js" file. Alternatively a package which "scans" the project folder for "Alloy.Globals" and collect all for reusing across code project wide.

thanks for considering! Love the atom package!

roelandp avatar Apr 12 '19 10:04 roelandp