Disable Autocomplete?
Disable Autocomplete?
Is there a way to disable Autocomplete before I risk my one good hand by smashing it through my monitor?
I haven't researched this fully but it appears that adding the line below to your User Options file will disable at least part of the autocomplete functionality.
To make this change, select 'Open User Options File' on the Options menu and type or paste the line anywhere in the file. Since this file is only read when the IDE starts, you'll have to exit and restart the IDE for it to take effect.
Code: Select all
autocompleteword.automatic=0
- Don Kinzer