You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have discovered that often, two nodes have the same starting location. This happens when one is the first child of the other. For instance, ```lua
local function something()
if sometest() then
function_in_if()
end
other_function()
end
If you're cursor is on `function_in_if`, there's not way to select just the if-block without selecting the entire function body.
The text was updated successfully, but these errors were encountered:
I have discovered that often, two nodes have the same starting location. This happens when one is the first child of the other. For instance, ```lua
local function something()
if sometest() then
function_in_if()
end
other_function()
end
The text was updated successfully, but these errors were encountered: