-
Notifications
You must be signed in to change notification settings - Fork 46
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
Autocomplete on lightning component using expression {!v.xxx} {!c.xxx} #170
Comments
Planed doing this. |
@Shababsoft , Custom Label completion and attribute completion are working like what you said. |
@Shababsoft , controller methods and helper methods completion is planning to deliver. |
@xjsender they work in controller and helper JavaScript files but not in HTML file (.cmp). Label completion work on $Label. but not if I put dot after "c" ( |
@Shababsoft , I think, every custom label in different managed package has it's namespace, it is difficult to identify that, I will try to use more reasonable way to match this. label completion in html is not working now, it is bug, I think. |
@Shababsoft , actually, custom label completion works in cmp file, however, before it works, you must ensure you have already reloaded the project the custom label cache by |
@xjsender I know custom label autocompete is working, I was only suggesting that completion also work when enter "." After "$Label.c". The autocompete does not work for attributes {!v.xxz} and controller {!c.xxx} in CMP file, I know you are aware of these things. Thanks for working on this plugin. |
Base enhancement for issue #170, add support to attribute values
Please can you also provide autocomplete on the lightning component (.cmp) as well for the following things, which will improve the development performance.
The text was updated successfully, but these errors were encountered: