Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>StreamJam ToolsNew to Visual Studio Code? Get it now.
StreamJam Tools

StreamJam Tools

Creativesands

|
50 installs
| (0) | Free
StreamJam Extension with Language Server support for embedded Svelte.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

StreamJam VSCode Extension

StreamJam Logo

Provides intellisense when developing StreamJam components.

Features

  • Syntax highlighting for @docstrings of Client code
  • Svelte warnings and errors

Requirements

StreamJam Python and Javascript framework.

Extension Settings

None yet.

Known Issues

  • Syntax highlighting and error reporting for Svelte code may get mixed up with Python code in some places.
  • Does not yet recognize component state and method references within Svelte code.

Notes

This extension depends on a fork of Svelte's language-tools repository. Directly invoking Svelte's language server from within this extension would cause the LS to not launch when svelte's extension tries to invoke it. This is caused due to reregistering of commands by the two instances of the server. This fork renames these commands on the server.

Language-tools is added as a git submodule.

  • git submodule add https://github.com/creativesands/language-tools.git
  • git remote add upstream https://github.com/sveltejs/language-tools.git
  • git fetch upstream
  • git checkout main
  • git merge upstream/main -or- git rebase upstream/main
  • git push origin main

Enjoy!

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