# uview-plus-helper
**Repository Path**: my_spaces/uview-plus-helper
## Basic Information
- **Project Name**: uview-plus-helper
- **Description**: uview-plus-helper
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2025-10-05
- **Last Updated**: 2025-10-08
## Categories & Tags
**Categories**: Uncategorized
**Tags**: uview-plus
## README
uview-plus 代码提示助手
🚀 一个为 uview-plus 组件库提供智能提示的 VS Code 插件
## 📖 项目概述
🦄 uview-plus 助手插件专为使用 uview plus + Vue 3.0 + ts 开发的用户设计。鉴于原版 uView 暂未支持 Vue 3.0,而 uview plus 作为其 Vue 3.0 兼容版本已成为多数开发者的选择,同时现有 uview-helper 插件仅支持传统 ` u- ` 标签,无法满足 uview plus 特有的 ` up- ` 标签需求。
🦄 因此uview-plus 助手 是一款专为 uview plus 组件库打造的 VS Code 智能提示插件,旨在提升开发者在使用 uview plus 组件时的编码体验和效率。该插件通过分析 uview plus 组件的文档,为开发者提供精准的代码补全、悬停提示和属性验证等功能。
## ✨ 特性
- ⚙️为 uview-plus 组件库提供智能代码补全
- 🚀 支持组件标签、属性、事件的智能提示
- 📖 悬停显示组件和属性的详细文档说明
- 🔍 支持动态属性(:prop)和事件(@event)绑定补全
- 🛡️ 提供组件属性值验证和错误诊断功能
- 📄 支持 Vue 和 HTML 文件
## ❓ 安装
### 方法一:VS Code 扩展市场安装(推荐)
1. 在 VS Code 扩展市场中搜索 `uview-plus 助手`
2. 点击安装
### 方法二:离线安装
1. 下载 `.vsix` 文件 [Gitee 下载](https://gitee.com/my_spaces/uview-plus-helper/releases) [GitHub 下载](https://github.com/639myspaces/uview-plus-helper/releases)
2. 在 VS Code 中按 `Ctrl+Shift+P` 打开命令面板
3. 输入 `Extensions: Install from VSIX...`
4. 选择下载的 `.vsix` 文件进行安装
## 📝 更新日志
- ### 🔄 [点击这里](module.md)
## 📞 支持
- 如您遇到问题,请提交 [Issue](https://gitee.com/my_spaces/uview-plus-helper/issues)
## 📄 许可证
- 本项目基于 [MIT]协议