Auo completion issue

Why do i get suggestion from auto completion typing semicolon? how to stop. and i want to show suggest for particular symbol that are being pressed.

Most likely your completion source is returning results without checking for an existing identifier before the cursor when context.explicit is false.