mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-09-22 13:01:05 +03:00
- support runtime locator provider registration and removal - filter snippets with workspace-relative include/exclude globs - add the remaining VS Code-compatible snippet variables - support camelcase, pascalcase, snakecase, and kebabcase modifiers - reuse the existing insertion flow for locator-selected snippets - expand snippet parser and store test coverage - update the implementation plan and C/C++ example snippets Refs: SpartanJ/ecode#111