When invoking code completion inside a method call’s argument list that already contains a value (e.g., a variable name), no suggestions are offered. Placing the cursor immediately after an existing argument prevents code completion from showing relevant options.
-- employee is DAO parameter
/* @isBlank(employee). <missing suggests >*/