Community
Participate
Working Groups
1. Create a web project. 2. Create a JS file and a HTML file in webcontent. 3. The JS file.... function doSomethingNeat() { } function doSomethingAwesome(a) { } 4. Add a script region to the HTML file. 5. Type doS and attempt content assist. You should see both functions as proposals. Insert either one. 6. Attempt content assist again...this time you will only see a proposal for doSomethingNeat. The function with the parameter does not show up.
Created attachment 191253 [details] patch This patch fixes the specific problem described by this defect, but I found some other issues. 1. With this patch applied the parameter name shows up as arg1 instead of the actual name. 2. When I am on the first line of the script region and invoke content assist, both method proposals are made, but the one with a parameter does not display the parameter in the proposal.
Chris, can you clone this so we can fix it in 3.3 RC1 separately?
Hi Chris, I couldn't recreate this problem in the current driver. I took a look at the MASTER branch in Git and it looks the problem has been fixed in a very similar way to the attached patch. Maybe this was fixed with a duplicate bug? I think this bug can be closed as no longer valid.
Thanks, Jorge. I will confirm your findings and close this bug.
Confirmed that this is working now in WTP 3.5. Resolving.