-
Notifications
You must be signed in to change notification settings - Fork 26
Create Projects from Templates
JasonConger edited this page Jan 10, 2020
·
4 revisions
This extension includes commands to create project template scaffolding. Everything is set up for you automatically (including any post-build scripts) so you can get to creating easily.
- Open the Command palette
- Type
>Splunk: New Custom Visualization - Select a destination for the visualization
- Select a name for the visualization
- A new Visual Studio Code instance will open with the
visualization_source.jsfile opened. This file is where the bulk of the Custom Visualization code will go. - The online Splunk documentation window will also open for further information on Custom Visualizations

- Open the Command palette
- Type
>Splunk: New Custom Command - Select a destination for the visualization
- Select a name for the command app
- A new Visual Studio Code instance will open with the app folder opened
- The online Splunk documentation window will also open for further information on Custom Search Commands
