Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Fitbit SDK ExtensionNew to Visual Studio Code? Get it now.
Fitbit SDK Extension

Fitbit SDK Extension

JeremyJeanson

|
4,320 installs
| (2) | Free
Visual Studio Code extension for fitbit SDK.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Introduction

This extension was built to help developers to use the Fitbit SDK when they use Visual Studio Code.

Current status

This extension is under active development. Features will be added over time.

  • [x] CSS custom data.
  • [ ] CSS Linter (to avoid problems with $).
  • [x] SVG files associations.
  • [x] SVG coloration.
  • [x] SVG snippets.
    • [x] Basic controls.
    • [x] Buttons.
    • [x] Texts.
    • [x] Views.
    • [x] Other.
    • [x] Animations.
  • [ ] SVG Language.
    • [x] Completion (All SVG elements and attributs used by the Fitbit SDK, to avoid errors).
    • [x] Documentation when mouse is hover elements.
    • [x] Format.
    • [x] Colors (display and edit).
    • [ ] Validation.

Exemples

Code completion. Make the edition of SVG easier

View and edit colors. Colors edition

Snippets to define symbols and animations. An easy way create a custom components

Snippets to use Fitbit SDK components. An easy way to use fitbit components components

Snippets to include link to the Fitbit SDK definitions. An easy way create add link to Fitbit definion files

Display documentation when mouse is hover elements. Documentation

vscode-icons users

If you are using the vscode-icons extension, you could change your settings to bind the SVG icon to the Fitbit DSK files.

It could be done by adding this code to your Visual Studio Code settings :

"vsicons.associations.files": [
    {
        "icon": "svg",
        "extensions": [
            "gui",
            "defs",
            "view"
        ],
        "format": "svg"
    }
]

Contribute or report issues

You can report any issue via GitHu. If you found one, please report it! This code was open to be shared and improved. If you have an idea, tell it or send a pull request.

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