Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>SSFW SnippetsNew to Visual Studio Code? Get it now.
SSFW Snippets

SSFW Snippets

Revelat

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

SSFW VSCode Extension

Snippets List

Snippets Content
ssfw_state Create State

ssfw_state [Creates empty SSFramework state]

ssfw = {
  type: "state_type",
  properties: {},
  run: function () {
    console.log("state is running");
  },
  events: {
    event: "action",
  }
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft