Another dumb question:
Is it possible to enable Eclipse's Content Assist to display all possible XML Attributes for DataSource Descriptor Files?
E.g., how come when I hit Ctrl+space here*, I don't get a pop-up list of operationId="", operationType="", cacheSyncOperation="", etc?:
<operationBinding * ></operationBinding>
Same question for GWT Module Descriptor files, though I realize that's a native GWT thing.
Thanks for any advice/explanation on this.
Is it possible to enable Eclipse's Content Assist to display all possible XML Attributes for DataSource Descriptor Files?
E.g., how come when I hit Ctrl+space here*, I don't get a pop-up list of operationId="", operationType="", cacheSyncOperation="", etc?:
<operationBinding * ></operationBinding>
Same question for GWT Module Descriptor files, though I realize that's a native GWT thing.
Thanks for any advice/explanation on this.
Comment