Skip to content

Replace Trailing Characters During Code Completion #190

@xterao

Description

@xterao

When completing custom functions or bind variables, the completion engine only replaces the text before the cursor, leaving the text after the cursor intact.
Example: hell() → hello()() (extra ())

Update the completion logic so that it replaces both the text in front of and behind the cursor, ensuring the entire target string is correctly replaced by the selected completion.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions