https://github.com/line/scavenger-viewer
An Intellij IDEA Plugin that integrate method invocation information collected by Scavenger Collector into Intellij IDEA by highlights them in code editor.
https://github.com/line/scavenger-viewer
Last synced: about 1 year ago
JSON representation
An Intellij IDEA Plugin that integrate method invocation information collected by Scavenger Collector into Intellij IDEA by highlights them in code editor.
- Host: GitHub
- URL: https://github.com/line/scavenger-viewer
- Owner: line
- License: apache-2.0
- Created: 2025-01-21T04:39:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-10T07:22:40.000Z (over 1 year ago)
- Last Synced: 2025-06-08T08:07:30.275Z (about 1 year ago)
- Language: Kotlin
- Homepage:
- Size: 98.6 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Scavenger-Viewer
An Intellij IDEA Plugin that integrate method invocation information collected by [Scavenger](https://github.com/naver/scavenger) Collector into [Intellij IDEA](https://www.jetbrains.com/idea/) by highlights them in code editor.
## Requirements
- [Scavenger collector, Scavenger API](https://github.com/naver/scavenger?tab=readme-ov-file#components)
- [Intellij IDEA](https://www.jetbrains.com/idea/)
## Usage
- Intellij IDEA Setting > Plugins > MarketPlace
- Search `Scavenger Viewer` and install
- Set `scavenger collector` URL and select `project` & `snapshot`

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please see [CONTRIBUTING.md](CONTRIBUTING.md) for contributing to Scavenger Viewer.
## LICENSE
Apache License 2.0
## How to reach us
- File an issue in [the issue tracker](https://github.com/line/scavenger-viewer/issues) to report a bug or suggest an idea.