Community
Participate
Working Groups
<init> the name of the Java constructor shows up as a completion proposal. Write the code below var x = {}; x. and trigger the completion proposals on x. <init> shows up as a function but shouldn't.
Created attachment 193724 [details] patch Removes the <init> proposal. Only shows a constructor in content assist if used in a "new" expression.
Checked into 3.2.5 and HEAD.