Incorrect Position for syntax tree nod
As you can see by the debug log provided, the absolute position given by the request is so far off from its actual position? the position I'm looking for is the object creation node, and basically all i want for now is to detect when the cursor is in the braces (scope) of that object creation. and of course it is, and the token at the cursor should be a blank line inside (or what ever I type next) inside the cursor, and yet its ActorTrait??? The absolute position is far off from the actual position of the cursor in my editor

