https://github.com/matronator/haxeui-vscode
XML components snippets for HaxeUI
https://github.com/matronator/haxeui-vscode
Last synced: 6 months ago
JSON representation
XML components snippets for HaxeUI
- Host: GitHub
- URL: https://github.com/matronator/haxeui-vscode
- Owner: matronator
- License: mit
- Created: 2021-07-29T00:43:36.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-11-14T01:39:32.000Z (over 4 years ago)
- Last Synced: 2025-09-18T13:32:13.513Z (11 months ago)
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# HaxeUI snippets
A collection of XML snippets for HaxeUI components.
Eventually, I'd like to make this full-featured extension for HaxeUI, with things like auto suggestions, Intellisense, syntax highlighting (for tag attributes on the components) and such for both XML files with views and Haxe files with logic. At the moment however, I don't have the time to learn the VSCode Extension API so I could write my own Language server, so for now it's just snippets.
VSCode Marketplace: https://marketplace.visualstudio.com/items?itemName=matronator.haxeui
Open VSX: https://open-vsx.org/extension/Matronator/haxeui
## Support
**Bitcoin address:** `35VRpVQaqFWjUCnVRpGineShz76QyYgSVg`
**Monero address:** `84yS17W3dLvV6Lj2XaATgYX4Ef7tPpGtmdBoanyL68GofxM2VQD8ZUNWaKpdyerJdZ7mceQ6r7e8G2om6q6k8zEZ4ndy2xG`
## Release Notes
All notable changes to the "haxeui" extension will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.0.3] - 2021-07-29
### Added
- VSCode marketplace icon and banner theme
## [0.0.2] - 2021-07-29
### Added
- Snippets for XML components
### Changed
- `package.json` info
View [`CHANGELOG.md`](https://github.com/matronator/haxeui-vscode/blob/main/CHANGELOG.md) for full list of changes
## License
MIT License
Copyright (c) 2021 Matronator
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.