Are you referring to triggering the auto_completion within a textCommand?
Yeah, self.view.run_command('auto_complete')...
Do you mean how you can have helper in grey on the popup?
Exactly that. I want to add the helper text like in sublime-completions files but to the auto_complete using run_command in a textCommand plugin.
completions.append() isn't taking tuples I get:
- Code: Select all
TypeError: No registered converter was able to produce a C++ rvalue of type class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > from this Python object of type tuple
Appending plain strings works as expected, but I'd love to add helper text as well.
Edit: Apologies for the PM, I hope that was cool.
