| Summary: | [content assist] JSDT doesn't support "module" pattern | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [WebTools] JSDT | Reporter: | Sergey <serge.che> | ||||||
| Component: | General | Assignee: | Project Inbox <jsdt.javascript-inbox> | ||||||
| Status: | RESOLVED WORKSFORME | QA Contact: | Chris Jaun <cmjaun> | ||||||
| Severity: | normal | ||||||||
| Priority: | P3 | CC: | jp | ||||||
| Version: | unspecified | ||||||||
| Target Milestone: | Future | ||||||||
| Hardware: | All | ||||||||
| OS: | Mac OS X - Carbon (unsup.) | ||||||||
| Whiteboard: | |||||||||
| Attachments: |
|
||||||||
Created attachment 194787 [details]
work in progress
Created attachment 194789 [details]
work in progress
Any movement on this? This is working in WTP 3.5.1. module.getName() is available in content assist. Checked against 7/18 build |
Build Identifier: No outline and content assist for "module" pattern, used widely in modern web-development Reproducible: Always Steps to Reproduce: Try the following code: var module = (function () { return { getName: function () { return test; } }; })(); module. // call CA here When calling content assist after "module.", JSDT doesn't display any proposals.