Closed EugeneManushkin closed 5 years ago
Given following code in lua:
function Test() end tmp = {"first string", Test, "second string"}
Navigate cursor to ', Test,' and press 'Go to' menu option. The cursor does not moved to definition of Test function because ", Test, " is treated by plugin as a string literal
Fixed in build 2.1.0.46
Given following code in lua:
Navigate cursor to ', Test,' and press 'Go to' menu option. The cursor does not moved to definition of Test function because ", Test, " is treated by plugin as a string literal