Skip to content

JeremyJeanson/fitbit-sdk-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.