Auto Complete

Solved bugs are moved into this topic...
Post Reply
mike17
Posts: 1
Joined: 13.06.2020 16:24

Auto Complete

Post 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.
Alexey
Posts: 1633
Joined: 05.10.2012 22:10

Post 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".
Post Reply