Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>hello-worldNew to Visual Studio Code? Get it now.
hello-world

hello-world

DerekLiang

|
37 installs
| (0) | Free
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

hello-world README

File switches between reducer/actions/selectors/effects/spec files.

It will search *.<method>.(ts|js) the current folder first and ../<method>(s)/*.<method>.(ts|js) where <method> is of reducer/actions/selectors/effects.

It will configure your shortcuts as the following. Of course, you can redefine them.


      {
        "key": "alt+f5",
        "command": "hello-world.switchToReducer"
      },
      {
        "key": "alt+f6",
        "command": "hello-world.switchToSelectors"
      },
      {
        "key": "alt+f7",
        "command": "hello-world.switchToActions"
      },
      {
        "key": "alt+f8",
        "command": "hello-world.switchToEffects"
      },
      {
        "key": "alt+f9",
        "command": "hello-world.toggleSpec"
      }

Release Notes

Release 1.0

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft