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

JW Player Snippets

Alex Bussey

|
288 installs
| (0) | Free
A collection of JW Player-related snippets for Visual Studio Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

jwplayer-snippets README

A collection of JW Player-related snippets for Visual Studio Code

Snippet Expanded Code
jwdeclare const ${1:playerInstance} = jwplayer('${2:myElement}');
jwsetup ${1:playerInstance}.setup({
    $2
});
jwevent ${1:playerInstance}.on('$2', (evt) => {
    console.log(evt);
});
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft