Files
strudel/packages
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-09-14 02:21:25 -07:00
2025-09-10 23:08:16 +02:00
2025-09-10 23:08:16 +02:00
2025-08-18 11:46:29 -04:00
2025-09-10 23:08:16 +02:00
2025-06-13 08:17:55 +01:00
2025-09-10 23:08:16 +02:00
2025-09-10 23:08:16 +02:00
2025-09-10 23:08:16 +02:00
2025-08-18 11:46:29 -04:00
2025-09-11 19:14:00 +02:00
2025-09-10 23:08:16 +02:00
2025-09-10 23:08:16 +02:00
2025-09-10 23:08:16 +02:00
2025-08-18 11:46:29 -04:00
2025-09-11 08:26:20 +02:00
2025-09-10 23:08:16 +02:00
2025-09-10 23:08:16 +02:00
2025-09-10 23:08:16 +02:00
2025-06-12 14:36:45 +01:00
2025-09-10 23:08:16 +02:00
2025-09-10 23:08:16 +02:00
2025-05-01 23:54:13 +02:00
2025-09-10 23:08:16 +02:00
2025-06-14 15:22:27 +01:00

Packages

Each folder represents one of the @strudel/* packages published to npm.

To understand how those pieces connect, refer to the Technical Manual or the individual READMEs.