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
{{ message }}
This repository was archived by the owner on Aug 1, 2025. It is now read-only.
better logging for trigger-more-eagerly autocomplete (#273)
Instruments our existing autocomplete logging to better track the new
trigger-more-eagerly behavior introduced in #260:
1. Whether user has the
`cody.autocomplete.experimental.triggerMoreEagerly` setting enabled.
1. Whether the completion was shown only because of that setting.
## Test plan
n/a; for experimental feature only
"markdownDescription": "Trigger autocomplete when the cursor is at the end of a word (instead of waiting for a space or other non-word character)."
933
+
"markdownDescription": "Trigger autocomplete when the cursor is at the end of a word (instead of waiting for a space or other non-word character). Share feedback at https://github.com/sourcegraph/cody/discussions/274."
0 commit comments