Community
Participate
Working Groups
If a function has properties, it doesn't show in C-A proposals list. For example: function $(selector) { // ... return jQueryObject; } $.trim = function(txt) { // ... return trimmedTxt; } Using content assist after "$" will generate a list with single type proposal "$", but not with function proposal. I'd expect: $| - proposal "$(selector)" $.| - proposal "$.trim(txt)"
hm I was too hurry.. it seems a simpler case doesn't work either, e.g.: Date.p| <-- use content-assist here to get "parse()" method No proposals found..
Created attachment 210357 [details] patch I was able to fix my original issue by reverting some change related to bug 351448
This is working in WTP 3.5.1.