https://github.com/devcloudfe/devuihelper
DevUI代码助手,丝滑的代码补全体验。
https://github.com/devcloudfe/devuihelper
code-assist-tool devui vscode-extension
Last synced: 6 months ago
JSON representation
DevUI代码助手,丝滑的代码补全体验。
- Host: GitHub
- URL: https://github.com/devcloudfe/devuihelper
- Owner: DevCloudFE
- License: mit
- Created: 2021-07-27T09:55:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T15:29:12.000Z (about 3 years ago)
- Last Synced: 2023-03-07T05:46:58.646Z (almost 3 years ago)
- Topics: code-assist-tool, devui, vscode-extension
- Language: TypeScript
- Homepage:
- Size: 10.2 MB
- Stars: 13
- Watchers: 3
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
DevUIHelper for DevUI Component
## Plug-in Features
### Completing Tips
Provides the automatic code completion function for components and instructions, automatically supplements mandatory parameters, and provides information about all APIs supported by components and instructions for selection.

### Hover Information
Hovers show information about the symbol/object that's below the mouse cursor, including application scenarios, supported API lists, and API details.

### Code error correction
- Alerts when devui content is used and devui is not installed.
- Alarm if no necessary entry is made under the devui tab.
## Development and Debugging
- Run `npm install` in the root directory.
- Run `npm run compile` to compile client and server
- Switches to the debug view.
- Select `Launch Client` from the drop-down list.
- Run the startup configuration.
- If you also want to debug the server, use the startup configuration `Attach to Server`
## Contribution
You are welcome to contribute your code or discuss your great ideas!
Thanks to all the contributors who helped us build DevUI