Home

Awesome

Fuse Helper for Visual Studio Code

Features

My Fuse Helper has only two features on now. I'll still working now, so please stay tune at this project. :)

Version

It's for Visual Studio Code 0.9.1. If you using previous version, please check legacy branch.

Install

OS X or Linux

Use install.sh. That script will install plugin for you.

Windows

Move uno, unoproj, ux folders to %USERPROFILE%\.vscode\extensions directory.

How to setup Intellisense for FuseJS?

  1. Download this project.
  2. Open your project, and copy fuse.d.ts file to your project directory.
  3. Add comments on your javascript file like this. Please check file's directory. :D
  4. It'll be work on VS Code. Happy Hacking Now!
/// <reference path="../vscode.d.ts" /> 

Example

UX File

UX File

Uno File

Uno File