Comment
Robert Ninness
ServiceNow Employee

@James Fricker Great question! 

 

There's a user preference (sys_user_preference) named sn_now_assist_code.autocomplete_enabled

 

Set the user to you, and value to false, log out and in again and Auto Complete will be disabled for your account.

 

There is also a global property to control the debounce time after you stop typing: autocomplete_debounce_time defaults to 500ms. Increasing this value will prevent Code Assist from being too aggressive with its suggestions.

 

Hope this helps!

~Robert