left4me/l4d2web/scripts
mwiegand 3440bbc131
feat(editor-v2): autocomplete completion source
CompletionSource over the srccfg-vocab.json shape. Word fragment
matched via /[A-Za-z0-9_]{2,}/ at the caret; ranking is
prefix-match-first (shorter prefixes preferred) then substring;
cap 50 candidates, top 8 rendered. Each option carries the kind
('cvar'/'command') as cm6's autocomplete `type` so the popup
shows the appropriate icon.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-17 01:56:45 +02:00
..
editor-src feat(editor-v2): autocomplete completion source 2026-05-17 01:56:45 +02:00
build-vocab.py feat(editor-v2): vocab generator + cvar_list-derived JSON 2026-05-17 01:55:33 +02:00