Page 1 of 1

Auto Complete

Posted: 13.06.2020 16:33
by mike17
I just started using cuda text and really like it so far, but the one thing I am having trouble with is autocomplete. On the documentation it says that if an autocomplete file exists, I can access it using ctrl+space. But nothing happens when I press ctrl+space. I have checked whether the hot key is mapped, and it is. I've also checked if an autocomplete file exists for python and it does. Any pointers would be immense.

Posted: 13.06.2020 17:20
by Alexey
1. built-in autocomplete is OK only ffor HTML and CSS. for Python it is:

in new Python file, type "im", Ctrl+Space, autocomplete shows list with "import".
file lexer must be "Python".

2. for Python use plugin "Python IntelliSence".