A Visual Studio extension that provides additional tooling for writing Web Tiles for the Microsoft Band. See the changelog for changes and roadmap. FeaturesThe extension provides extra tooling for the manifest.json file which is used to create Web Tiles for the Microsoft Band.
IntellisenseSchema basedYou get full Intellisense for the manifest.json file due to the automatic schema resolver in this extension. Custom iconsGet customized Intellisense for the icons you have already registered. This makes it really easy to see what's going on. ValidationSchema validationValidation helps catch common mistakes and typos. Icon file pathsMake sure the icon files you are referencing actually exist. Undeclared iconsCheck that all referenced icons have been declared before use. ContributeCheck out the contribution guidelines if you want to contribute to this project. For cloning and building this project yourself, make sure to install the Extensibility Tools 2015 extension for Visual Studio which enables some features used by this project. License |