Komodo Edit disable autocomple

2019-06-17 04:54发布

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?

3条回答
孤傲高冷的网名
2楼-- · 2019-06-17 05:35

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

查看更多
成全新的幸福
3楼-- · 2019-06-17 05:45

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.

查看更多
聊天终结者
4楼-- · 2019-06-17 05:52

Try this:

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

查看更多
登录 后发表回答