addPseudoVariable(List<CompletionProposal> list, CodeCompletionContext context) Adds a CompletionProposal for the pseudo-variable $this
if the specified CodeCompletionContext is located in the
class definition scope.
Adds a CompletionProposal for the pseudo-variable $this
if the specified CodeCompletionContext is located in the
class definition scope.
Parameters: list - the target list of the CompletionProposals. Parameters: context - the code completion context.