Azure Functions Tools - Extensions for VS Code
NOTE: This extension is deprecated. Please use this Azure Functions extension instead.
This extension for Visual Studio Code includes:
- JSON Intellisense for
host.json
,function.json
andproxies.json
- Snippets for JavaScript and TypeScript functions
We'll add other features in future versions
// JavaScript
az-func-node // Create a JavaScript function for a webhook
// TypeScript
az-func-node // Create a TypeScript function for a webhook
Alternatively, press Ctrl
+Space
(Windows, Linux) or Cmd
+Space
(macOS) to activate intellisense from within the editor.
- Install Visual Studio Code 1.11.0 or higher
- Launch Code
- From the command palette
Ctrl
-Shift
-P
(Windows, Linux) orCmd
-Shift
-P
(macOS) - Select
Install Extension
- Choose the extension
- Reload Visual Studio Code