Sublime Forum

[BUG] on_query_completion in ZenCoding

#1

I look quickly on a ZenCoding issue and found that the non working code do something like that:

[code]import sublime_plugin

class TestListener(sublime_plugin.EventListener):
def on_query_completions(self, view, prefix, locations):
return (‘a3’, 'a3’, ‘12345’)][/code]

Typing a* and tab work fine, but typing a3* don’t.

Don’t know if it’s a regression or a mandatory change.

0 Likes

#2

Resolved in Build 2162

0 Likes