[AC-4367] code complete and options not working as expected for XML files
GitHub Issue | n/a |
Type | Improvement |
Priority | n/a |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2016-09-26T20:35:53.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Studio |
Labels | n/a |
Reporter | ILAY SENER |
Assignee | Shak Hossain |
Created | 2016-08-22T05:58:15.000+0000 |
Updated | 2016-09-26T20:35:53.000+0000 |
Description
In view file, index.xml, I am trying to figure out what options are available to set for the module. The code complete doesn't provide a full list of options.
Height and width do not appear nor it auto-completes.
Could you please update the code complete to show the full list of options available? This would make development much faster and less frustrating.
Attachments
You are trying to autocomplete on the
<Module />
tag that is a generic way to include module-views in Alloy. Since the Studio can not know about the public API interface of the module, it's autocomplete-suggestions are limited to the general XML-ones. Alright?