Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add autocomplete feature for project wide Alloy.Globals object data #153

Open
roelandp opened this issue Apr 12, 2019 · 0 comments
Open

Comments

@roelandp
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant