https://github.com/fuse-open/vscode-extension
Fuse extension for Visual Studio Code
https://github.com/fuse-open/vscode-extension
code-completion fuse uno vscode
Last synced: about 2 months ago
JSON representation
Fuse extension for Visual Studio Code
- Host: GitHub
- URL: https://github.com/fuse-open/vscode-extension
- Owner: fuse-open
- License: mit
- Created: 2017-06-08T13:55:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-03-31T09:11:28.000Z (7 months ago)
- Last Synced: 2025-05-07T03:29:40.712Z (5 months ago)
- Topics: code-completion, fuse, uno, vscode
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=fuseopen.fuse-vscode
- Size: 605 KB
- Stars: 8
- Watchers: 7
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# fuse-vscode
[](https://marketplace.visualstudio.com/items?itemName=fuseopen.fuse-vscode)
Fuse extension for Visual Studio Code. This plugin uses information and code from:
- https://fuseopen.com/docs/technical-corner/fuse-protocol
- https://github.com/sergiirocks/vscode-fuse-syntax## Features
- Syntax highlighting
- Code completion
- Launch preview from commands in VS Code, including local debug
- Send selection from VS Code to Fuse Studio
- Update UX from Fuse Studio
- Diagnostics on compiler errors, list appears in the PROBLEMS-tab
- Keybindings for starting preview window
- Auto close tag ux file
- Set cursor position when auto close tag
- Set auto insert double quotes when accepting code completion and typing `=` symbol on UX property
- Lots of UX Snippets for faster and easier to code## Extension Settings
This extension currently has no configurable settings.
## Known Issues
See issues on repository.
## Develop
Run `npm install` after cloning. Start code in the directory using `code .`. Press F5 to launch extension development sandbox.
Run `npm run build` to produce a packaged extension file (`fuse-vscode-VERSION.vsix`).