SmartIM plug-in on Eclipse, an anti-boss tool, allows you to chat using QQ/WeChat in eclipse
Please move the plug-ins on Intellij IDEA here: https://github.com/Jamling/SmartIM4IntelliJ, supports all Intellij IDEs, including Android Studio, WebStrom, etc.
SmartQQ official agreement does not support sending and receiving pictures and files, and extended file sending and receiving are implemented by third parties.
| Feature | Swing | Eclipse | IntelliJ |
|---|---|---|---|
| Text message | Y | Y | Y |
| Chat history | Y | Y | Y |
| Message reminder | O | Y | O |
| Receive expression | O | Y | X |
| Turing robot | Y | Y | Y |
| Send files | Y | Y | Y |
| Message group sending | Y | Y | Y |
| Code review | X | Y | Y |
Since 3.0, this plug-in relies on the Eclipse Explorer plug-in. If the installation prompts that the Eclipse Explorer plug-in is missing, the following example errors
Cannot complete the install because one or more required items could not be found.
Software being installed: SmartQQ Feature 3.1.0.201803020925 (cn.ieclipse.smartqq.feature.feature.group 3.1.0.201803020925)
Missing requirement: SmartQQ Feature 3.1.0.201803020925 (cn.ieclipse.smartqq.feature.feature.group 3.1.0.201803020925)
requires 'cn.ieclipse.pde.explorer 4.1.0' but it could not be found
Please install the Eclipse Explorer plug-in first or manually add http://dl.ieclipse.cn/updates before installing SmartQQ
It is recommended to use Eclipse Martplace to install
-Djsse.enableSNIExtension=false parameter to eclipse. It can be added in eclipse.ini, or in the target position of the eclipse shortcut Code Review in the right-click menu in the editor, enter the review comment for the code, select the object to send, and click OK to sendNote: In eclipse, CR means Enter key
Note: The shortcut key may conflict with the hotkey in eclipse. Please click? Open Preferences Reset
Please refer to the FAQ before submitting a question
Any questions, including suggestions, can be submitted in Issue
If it is Issue, it is recommended to bring the eclipse version and the version information of this plug-in (you can view and copy the version information in Preference->SmartIM)
If you are interested in this project, please fork this project. After the source code is downloaded, there will be a compilation error. You need to remove the dependency of three projects such as smart-core from the build path, and add the core-xxxjar, smartqq-xxxjar, wechat.xxxjar under libs to the build path.