https://github.com/fingerart/apidebugger
A IDEA plug-in to help you easily complete the API debugging.
https://github.com/fingerart/apidebugger
api debugger intellij-plugin
Last synced: 8 months ago
JSON representation
A IDEA plug-in to help you easily complete the API debugging.
- Host: GitHub
- URL: https://github.com/fingerart/apidebugger
- Owner: fingerart
- License: apache-2.0
- Created: 2016-09-21T05:46:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-10-15T10:45:19.000Z (over 5 years ago)
- Last Synced: 2025-06-11T07:12:30.431Z (8 months ago)
- Topics: api, debugger, intellij-plugin
- Language: Java
- Homepage: http://fingerart.me
- Size: 10.6 MB
- Stars: 122
- Watchers: 7
- Forks: 21
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ApiDebugger
A IntelliJ plugin to help you easily complete the API debugging. You can find it on JetBrains' plugin page.
## Preview

## Installation
1. Inside your IDE, select Preferences -> Plugins -> Browse Repositories....
2. Search for `Api Debugger`.
3. Click the green Install Plugin button.
4. Click Close and OK, then Re-launch your IDE.
5. If `View->Tool Buttons` is open, can see `Api Debugger` plug-in at window right.
## Changelog
Changes exist in the [releases tab](https://github.com/fingerart/ApiDebugger/releases).
## How to Contribute
To contribute, please fork and create a pull request.
### Bug Fixes
If you find a bug, it would be awesome if you created an issue about it. Please include a clear description of the problem so that we can fix it!
## Pull Requests
I welcome and encourage all pull requests. It usually will take me within 24-48 hours to respond to any issue or request. Here are some basic rules to follow to ensure timely addition of your request:
1. Match coding style (braces, spacing, etc.) This is best achieved using CMD+Option+L (Reformat code) on Mac (not sure for Windows) with Android Studio defaults.
2. If its a feature, bugfix, or anything please only change code to what you specify.
3. Please keep PR titles easy to read and descriptive of changes, this will make them easier to merge :)
4. Pull requests must be made against develop branch. Any other branch (unless specified by the maintainers) will get rejected.
## Contact:
george@chengguo.io
## Uninstalling
Inside your IDE, select Preferences -> Plugins, then find the `Api Debugger` plugin. Click Uninstall.