Community
Participate
Working Groups
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.
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