主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Yann Cebron
活动总数
8231
最后的活动
2025年04月23日 09:06
成员加入日期
2003年04月16日 11:50
关注
0 名用户
关注者数
2 名用户
投票数
21
订阅数
3314
活动概览
帖子(120)
评论(4776)
按最近的活动排序
最近的活动
投票数
创建于
2019年08月14日 08:45
You can obtain editor(s) for file via com.intellij.openapi.fileEditor.FileEditorManager
社区
IntelliJ IDEA Open API and Plugin Development
How to get current Editor instance?
2 票
创建于
2019年08月13日 16:10
Yes, and/or ExternalSystemApiUtil.isExternalSystemAwareModule(GradleConstants.SYSTEM_ID, module)
社区
IntelliJ IDEA Open API and Plugin Development
Determine if a project is a Gradle Project
2 票
创建于
2019年06月26日 09:26
This seems like most likely reason https://blog.jetbrains.com/platform/2019/06/java-functionality-extracted-as-a-plugin/
社区
IntelliJ IDEA Open API and Plugin Development
Failing plugin tests with latest EAP (2019.2.*) -> NoClassDefFoundError
2 票
已编辑于
2019年02月28日 13:24
Yes, my answer was targeted to Devkit project setup. The Gradle run configuration VM options wlll only affect execution of Gradle task, but not the started IDE. Custom VM options/arguments for the ...
社区
IntelliJ IDEA Open API and Plugin Development
JVM args for IDEA built from source during plugin development
2 票
创建于
2017年01月31日 09:14
com.intellij.psi.PsiJavaParserFacade#createTypeFromText
社区
IntelliJ IDEA Open API and Plugin Development
convert string with generics to PsiType
2 票
创建于
2017年01月13日 18:07
it must point to checked out IJ community sources, not the installation
社区
IntelliJ IDEA Open API and Plugin Development
Running Annotator unit test gives Cannot resolve symbol 'String' for basic JDK classes
2 票
创建于
2017年01月12日 10:28
We will provide more "out-of-the-box" converters, please watch https://youtrack.jetbrains.com/issue/IDEA-166505
社区
IntelliJ IDEA Open API and Plugin Development
Architecture of a plugin for XML attribute value validation
2 票
创建于
2016年09月12日 07:16
You can use com.intellij.psi.search.FilenameIndex#getAllFilesByExt(com.intellij.openapi.project.Project, java.lang.String, com.intellij.psi.search.GlobalSearchScope)
社区
IntelliJ IDEA Open API and Plugin Development
How to find a file with a specific extension (.aidl) ?
2 票
创建于
2013年12月06日 19:33
That's an additional plugin, "Presentation Assistant" http://plugins.jetbrains.com/plugin/7345?pr=idea
社区
IntelliJ IDEA Users
How do I see the shortcuts pressed in Presentation Mode?
2 票
创建于
2024年10月29日 15:57
1.17.2 is outdated version of Gradle Plugin, please always use the latest one (1.17.4) or update to https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin.html if possibl...
社区
IntelliJ IDEA Open API and Plugin Development
can support both PsiElEment and PyFunction
0 票
«
第一页
‹
上一页
下一页
›
最后
»