Turn off autocomplete for specific function in javascript in VS CODE

I am using VSCODE and on a windows computer.

I am looking to turn off autosuggest for the javascript function SpeechRecognitionAlternative which is populating when I attempt to write alert(). I do not want to turn off all of autosuggest, just for this specific function.