Closed mostobriv closed 7 months ago
I believe this is mistake, there is current_variable is set twice, first to actual variable and then to selected token. https://github.com/Vector35/snippets/blob/921cc51469fb548ce4da16f1cd6be740df502257/__init__.py#L192-L193
current_variable
Closing this issue, as it fixed in 984c55f976a949fd3c10e0a17d71e76cfa6ece85
I believe this is mistake, there is
current_variable
is set twice, first to actual variable and then to selected token. https://github.com/Vector35/snippets/blob/921cc51469fb548ce4da16f1cd6be740df502257/__init__.py#L192-L193