Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alovajs/devtools
Editor devtools for alova.js
https://github.com/alovajs/devtools
Last synced: 7 days ago
JSON representation
Editor devtools for alova.js
- Host: GitHub
- URL: https://github.com/alovajs/devtools
- Owner: alovajs
- License: mit
- Created: 2024-05-16T09:33:27.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-10-24T18:50:16.000Z (19 days ago)
- Last Synced: 2024-10-25T00:24:38.471Z (19 days ago)
- Language: TypeScript
- Size: 1.69 MB
- Stars: 8
- Watchers: 0
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# VSCode extension for alova
## features
1. Automatically generate request code and response data types, and experience IntelliSense for response in js projects.
2. Embed API documents in the code to experience the effect of checking and using APIs.
3. Update APIs regularly and actively notify front-end developers, no longer relying on server-side developers to notify.> [Detailed documentation](https://alova.js.org/tutorial/getting-started/extension-integration).
## View API completed information
You can view the complted API information in the Editor with the IntelliSense feature.
![](https://alova.js.org/img/vscode-api-doc.png)
## Quick access to API
Using the trigger word `a->` to trigger apis quick positioning.
### Search by url
![](https://alova.js.org/img/vscode-query-with-url.png)
### Search by description
![](https://alova.js.org/img/vscode-query-with-description.png)