Chrome Developer Tools: How To Disable Code Auto Complete?
I am experimenting with Chrome DevTool's beautiful Workspaces / in-devtools code editor in the source panel, set up roughly like the accepted answer here: Chrome developer tools: V
Solution 1:
No, as of Chrome 32.0.1673.0 there is no way to disable quote/brace auto-insertion and/or code completion.
Feel free to file a bug at crbug.com for DevTools, and we will fix it up.
Solution 2:
Thanks (perhaps) to the bug that was filed, this is now a feature in Google Chrome.
To disable autocomplete in Chrome Dev Tools:
- Open Dev Tools if it's not open already.
- Open Settings. For me, this is a cog icon in the top right corner of the devtools window.
- The General section of settings should hopefully be open automatically. If not, select it and scroll down to Sources
- Untick/uncheck Autocompletion. Yay!
Post a Comment for "Chrome Developer Tools: How To Disable Code Auto Complete?"