https://github.com/bpazy/eql-plugin
适用于 Intellij IDEA 的 bingoohuang/eql 插件。
https://github.com/bpazy/eql-plugin
eql eql-plugin intellij-plugin
Last synced: 28 days ago
JSON representation
适用于 Intellij IDEA 的 bingoohuang/eql 插件。
- Host: GitHub
- URL: https://github.com/bpazy/eql-plugin
- Owner: Bpazy
- License: apache-2.0
- Created: 2017-10-28T04:00:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-07-06T01:54:09.000Z (almost 3 years ago)
- Last Synced: 2025-04-01T01:51:08.435Z (2 months ago)
- Topics: eql, eql-plugin, intellij-plugin
- Language: Java
- Homepage:
- Size: 174 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
eql-plugin
===========
适用于 Intellij IDEA 的 [bingoohuang/eql](https://github.com/bingoohuang/eql) 插件。## Install
Install eql-plugin in `Intellij IDEA` or https://plugins.jetbrains.com/plugin/10169-eql-plugin## Usage
* 生成 eql 文件: `Generate code`(default: Windows: `Alt+insert`, Mac: `⌘N`)
* 跳转到 Java 或者 eql 方法: `Quick fix`(default: Windows: `Alt + Enter`, Mac: `⌥↵`)

## Development
当 Gradle 运行在 Debug 模式时,会自动下载合适的 `Intellij IDEA Community`, `Intellij SDK`, `Source code`,并在当前目录下的 `build` 目录中生成沙箱数据,用于运行加载了插件的 `IDEA Community`。第一次运行会下载约 400Mb 的数据,根据情况需要翻墙下载。
Bulid: `gradlew buildPlugin`
Debug: `gradlew runIdea`