angular-switcher 0.1.0

Switch between Angular component files (.ts, .html, styles, .spec.ts) from the Zed editor with a customizable keybinding.
Documentation
name: Bug report
description: Something is broken or behaving unexpectedly.
labels: ["bug"]
body:
  - type: textarea
    id: what
    attributes:
      label: What happened?
      description: A clear description of the bug.
    validations:
      required: true
  - type: textarea
    id: repro
    attributes:
      label: Steps to reproduce
      description: |
        Ideally a minimal Angular component tree, the `angular-switcher` command
        you ran, and the output you saw.
      render: shell
    validations:
      required: true
  - type: textarea
    id: expected
    attributes:
      label: Expected behavior
    validations:
      required: true
  - type: input
    id: version
    attributes:
      label: angular-switcher version
      description: Output of `angular-switcher --version`
    validations:
      required: true
  - type: input
    id: zed
    attributes:
      label: Zed version
      description: Output of `zed --version`
    validations:
      required: false
  - type: input
    id: os
    attributes:
      label: Operating system
    validations:
      required: true