Hi,
quick question about the ST2 API. How do I get the currently selected auto-completion suggestions?
Example: In python, I type 'im' and get a list:
import
immediately
ifmain
...
The selection can be on import, immediately .... How do I get that selection?
Thanks!