Every project uses a Software Development Kit (SDK). For Java projects, the SDK is referred to as the JDK (Java Development Kit). The SDK determines which API library is used to build the project. If a project is multi-module, the project SDK by default is common for all modules within...
Extend the IntelliJ Platform by creating plugins, custom language support, or UI themes. Quick Start Guide Basics of working with the IntelliJ Platform and creating plugins. Get started Developing a Plugin Get started building IDE plugins.
大胃王/IntelliJ 平台插件 SDK 中文翻译 代码Issues0Pull Requests0Wiki统计流水线 服务 加入Gitee 与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :) 免费加入 已有帐号?立即登录 该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
IntelliJPlatformSDKplugin操作⽂档内容IntelliJ Platform SDK 操作⽂档内容 IntelliJ Plateform SDK 中不允许直接修改⽂件内容。必须要包裹在 ApplicationManager.getApplication().runWriteAction(Runnable { CommandProcessor.getInstance().executeCommand(project, Runnable { // 具体操作 }, "","")})代码中。Appl...
IntelliJ Platform Gradle Plugin 2.x requires the following minimal versions: IntelliJ Platform: 2022.3 Gradle: 8.2 See the Gradle Installation guide on how to upgrade. Java Runtime: 17 See Gradle JVM in Settings | Build, Execution, Deployment | Build Tools | Gradle. ...
为什么IDEA中的搜索功能能够快速找到指定的元素,就是这些索引的功劳,当然索引不只能IDEA自己用,我们开发的插件也能用,具体可以参考Jetbrains的官方文档:File-Based Indexes | IntelliJ Platform Plugin SDK 当你对某个字段使用「查找JavaDoc」功能时,插件会检索到项目中的所有同名字段,通过精确或模糊匹配的方式,将所有...
问题 构建IDEA插件项目时,发现需要 Add Intellij Platform Plugin SDK 解决方案 按照官方文档配置一遍SDK即可[https://jetbr...
IntelliJ Platform Plugin SDK 就是开发 IntelliJ 平台插件的SDK, 是基于 JDK 之上运行的,类似于开发 Android 应用需要 Android SDK。 导航到File | Project Structure,选择对话框左侧栏Platform Settings下的SDKs 点击+按钮,先选择JDK,指定 JDK 的路径;再创建IntelliJ Platform Plugin SDK,指定 home path 为 IDEA ...
你在使用IntelliJ IDEA打开一个Project时,IDEA会对该Project中的各个单词、文件名、文件类型等各种元素生成索引。为什么IDEA中的搜索功能能够快速找到指定的元素,就是这些索引的功劳,当然索引不只能IDEA自己用,我们开发的插件也能用,具体可以参考Jetbrains的官方文档:File-Based Indexes | IntelliJ Platform Plugin SDK...
Platform 的行为研究了半天早就没耐心了,有心情写文档的人就更少了,莫名其妙的坑遍地都是(比如我几...