Komodo Edit disable autocomple

百般思念 提交于 2019-12-10 13:07:04

问题


I am using Komodo Edit 8 and its autocomplete feature is totally annoying. As soon as I type "for i" , it autofills in this:

for i in range:
  code

Now i have to delete it manually to continue typing. I tried to turn off "Enable automatic autocomplete and calltips triggering when you type" from Edit>Prefrence>Code Intelligence but the problem persists.

What's the real way to turn it off?


回答1:


Try this:

Edit > Preferences > Smart Editing > Auto-Abbreviation > Uncheck "Enable Auto-Abbreviation with Trigger Characters"




回答2:


The option "Enable automatic autocomplete and calltips triggering when you type" refers to the tooltips the pop up for example when calling a function in a module. Type "math.sq" and it'll suggest the rest of the text for the sqrt function.

To turn off the autocomplete you're referring to uncheck "Enable Auto-Abbreviation with Trigger Characters" under Edit > Preferences > Smart Editing > Auto-Abbreviation.

See https://www.youtube.com/watch?feature=player_detailpage&v=FLbFCkNHLI4 for an overview.




回答3:


on mac it's under Preference -> Editor -> Smart Editing -> Auto-Abbreviations



来源:https://stackoverflow.com/questions/15666599/komodo-edit-disable-autocomple

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