My Fuse Helper has only two features on now. I'll still working now, so please stay tune at this project. :)
- Syntax Highlighting for Fuse-relative Files (UX Markup, Uno Code, Fuse Project files)
- Intellisense FuseJS's Javascript API by Typescript Define Code. (It doesn't support auto-setup. It needs to set manually to your project.)
It's for Visual Studio Code 0.9.1. If you using previous version, please check legacy branch.
Use install.sh. That script will install plugin for you.
Move uno, unoproj, ux folders to %USERPROFILE%\.vscode\extensions
directory.
- Download this project.
- Open your project, and copy
fuse.d.ts
file to your project directory. - Add comments on your javascript file like this. Please check file's directory. :D
- It'll be work on VS Code. Happy Hacking Now!
/// <reference path="../vscode.d.ts" />