Files
strudel/packages/codemirror
drdozer c8875b29c1 Improve autocompletion behavior
- Refactored handlers to use consistent early return pattern for better readability
- Added blocking behavior for unquoted contexts (sound(, scale(, bank()) to guide users toward correct syntax instead of showing irrelevant fallback completions
- Fixed soundHandler to show all sounds when fragment is empty (e.g., sound(""))
- Simplified bankHandler by removing complex quote handling logic in favor of consistent blocking pattern
- Made scale handler regex patterns consistent (removed leading dots)
- All handlers now follow same structure: block unquoted contexts, provide completions for quoted contexts
2025-09-15 14:27:59 +01:00
..
2025-06-18 20:44:09 -04:00
2025-04-19 16:10:38 -04:00
2023-05-05 15:13:17 +02:00
2024-03-17 04:36:48 +01:00
2025-06-18 20:44:09 -04:00
2025-09-13 16:21:09 -05:00
2024-02-08 12:19:11 +01:00
2024-12-16 23:11:01 +01:00

@strudel/codemirror

This package contains helpers and extensions to use codemirror6. See vite-vanilla-repl-cm6 as an example of using it.