Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>hooks-snippet-frameworkII.New to Visual Studio Code? Get it now.
hooks-snippet-frameworkII.

hooks-snippet-frameworkII.

Cesar Rincon

|
29 installs
| (0) | Free
snippet para rellenar template basico de framework II
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Snippets Framework II

Es una pequeña herramienta para agilizar el proceso de escribir codigo en el framework II

Snippets

Components

  • Components from official docs are added with component name as prefix.

Hooks

Prefix Method
hookst Create a basic template of the hook structure
hook Create the basic structure of a hook.

Examples

hookst

{
  "hooks": [
    {
      "name": "",
      "fetchOptions": {
        "url": "",
        "query": ""
      },
      "componentType": "omni-hook",
      "exec": [
        {
          "name": "",
          "function": "",
          "params": []
        }
      ]
    }
  ]
}

hook

{
  "name": "",
  "fetchOptions": {
    "url": "",
    "query": ""
  },
  "componentType": "omni-hook",
  "exec": [
    {
      "name": "",
      "function": "",
      "params": []
    }
  ]
}

Enjoy!

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