-
Notifications
You must be signed in to change notification settings - Fork 0
Description
When invoking code completion with the cursor placed between a custom function’s name and its parameter element, no suggestions appear. The logic that retrieves the element before the cursor returns null, so update the element-retrieval method to handle this case correctly.
Line 56 in 1432342
| if (element.prevSibling?.elementType == SqlTypes.AT_SIGN) { |
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working