Chrome Developer tools: How to disable code auto complete?

偶尔善良 提交于 2019-12-02 00:56:03

Thanks (perhaps) to the bug that was filed, this is now a feature in Google Chrome.

To disable autocomplete in Chrome Dev Tools:

  1. Open Dev Tools if it's not open already.
  2. Open Settings. For me, this is a cog icon in the top right corner of the devtools window.
  3. The General section of settings should hopefully be open automatically. If not, select it and scroll down to Sources
  4. Untick/uncheck Autocompletion. Yay!

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.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!