Snippet manager

Learning objective

  • Build reusable snippet templates for recurring Lucia patterns.

Key syntax

Ctrl+Shift+I -> Insert snippet
Tools -> Manage snippets

Examples

  • Add snippet for class with constructor.
  • Add snippet for try/catch/finally block.
  • Keep educational templates short and readable.

Common mistakes

  • Overly long snippets that hide language fundamentals.
  • Prefix collisions between snippets.

Suggested practice

  • Create 3 snippets for your next lesson and test autocomplete behavior.
  • editor-basics
  • shortcuts