Skip to content

Fix autocompletion#96

Merged
bellini666 merged 6 commits intobellini666:masterfrom
benediktziegler:fix-autocompletion
Feb 28, 2026
Merged

Fix autocompletion#96
bellini666 merged 6 commits intobellini666:masterfrom
benediktziegler:fix-autocompletion

Conversation

@benediktziegler
Copy link
Copy Markdown
Contributor

This pull request updates the language server's completion trigger behavior to improve the developer experience. The main change is the expansion of the set of characters that will trigger code completion suggestions.

Enhancements to code completion triggers:

  • Expanded the trigger_characters in the language server's CompletionOptions to include "(" and "," in addition to ", so that code completion is now triggered when the user types a quote, parenthesis, or comma.
  • Don't suggest the fixture name which is currently edited.
  • Special handle the "," and add a space as prefix on insertion.

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants