Skip to content
This repository has been archived by the owner on Apr 10, 2019. It is now read-only.

Latest commit

 

History

History
25 lines (19 loc) · 1.14 KB

README.md

File metadata and controls

25 lines (19 loc) · 1.14 KB

watchMe

watchMe is an IntelliJ IDEA plugin, notify your error message to Slack.

This plugin provides support for Solving your error in IntelliJ IDEA. By notifying your error to your Slack team automatically, your team members can help you to solve the error.

Getting started

  1. If you’re using IntelliJ IDEA, install watchMe plugin in Preferences | Plugins - Install JetBrains plugins.
  2. Get Incoming Webhook URL from https://slack.com/services/new/incoming-webhook.
    1. Select channel to notify error message. channel_selection
    2. Get Webhook URL. webhook_url
  3. Set Webhook URL to Tools -> Slack Settings -> Add Slack Channel.
  4. Open your own project.
  5. If an error occurred on execution, watchMe send the error to your Slack team automatically.

License

MIT

Contributors