Auto autocomplete #91
Replies: 1 comment 1 reply
-
Try this:
events.connect(events.CHAR_ADDED, function() textadept.editing.autocomplete('word') end)
You will probably want to turn off `buffer.auto_c_choose_single`.
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
lua-rocks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I like word autocomplete by Ctrl+Enter, but I don't like to press Ctrl+Enter. I want to make this function automatically executable each time when I press any key, but I don't know how to do it.
Beta Was this translation helpful? Give feedback.
All reactions