JeremyJeanson / fitbit-sdk-extension

Visual Studio Code extension for fitbit SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fitbit SDK Extension for vscode

Fitbit SDK Extension for vscode

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

It coudl be installed form the marketplace.

Current status

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

  • CSS custom data.
  • CSS Linter (to avoid problems with $).
  • SVG files associations.
  • SVG coloration.
  • SVG snippets.
    • Basic controls.
    • Buttons.
    • Texts.
    • Views.
    • Other.
    • Animations.
  • SVG Language.
    • Completion (All SVG elements and attributs used by the Fitbit SDK, to avoid errors).
    • Documentation when mouse is hover elements.
    • Format.
    • 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.

About

Visual Studio Code extension for fitbit SDK

License:MIT License


Languages

Language:TypeScript 95.8%Language:JavaScript 2.9%Language:CSS 1.4%