主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Yann Cebron
活动总数
8231
最后的活动
2025年04月23日 09:06
成员加入日期
2003年04月16日 11:50
关注
0 名用户
关注者数
2 名用户
投票数
21
订阅数
3314
活动概览
帖子(120)
评论(4776)
按最近的活动排序
最近的活动
投票数
创建于
2014年02月09日 10:08
Yes, this is Kotlin. Kotlin and Java can be used together, not sure how you want to extend the existing plugin though.
社区
IntelliJ IDEA Open API and Plugin Development
Capturing shortcuts
0 票
创建于
2014年03月17日 08:57
The best approach here would be using an Annotator, see http://confluence.jetbrains.com/display/IDEADEV/Developing+Custom+Language+Plugins+for+IntelliJ+IDEA#DevelopingCustomLanguagePluginsforIntell...
社区
IntelliJ IDEA Open API and Plugin Development
Grammar-Kit: Checking semantic rules
0 票
创建于
2014年03月09日 11:44
This should be available automatically for all plugins hosted on plugins.jetbrains.com having an EP of type com.intellij.openapi.fileTypes.FileTypeFactory
社区
IntelliJ IDEA Open API and Plugin Development
How to enable plugin detection by file extension?
0 票
创建于
2014年02月28日 14:44
Use com.intellij.psi.search.searches.AnnotatedElementsSearch#searchPsiMethods to search all annotated PsiMethods in a given scope (e.g. module(s), project production scope). Then filter results acc...
社区
IntelliJ IDEA Open API and Plugin Development
Effective way to scan the project for specific annotation
0 票
创建于
2014年03月03日 09:50
Please try using com.intellij.psi.JavaPsiFacade#findClass to pass in "annotationClass" parameter to com.intellij.psi.search.searches.AnnotatedElementsSearch#searchPsiMethods
社区
IntelliJ IDEA Open API and Plugin Development
Effective way to scan the project for specific annotation
0 票
创建于
2014年04月23日 18:03
Please see http://confluence.jetbrains.com/display/IDEADEV/IntelliJ+IDEA+Architectural+Overview There's various levels to intercept changes, depending on the data you need in the change events.
社区
IntelliJ IDEA Open API and Plugin Development
Synchronizing editor tabs
0 票
创建于
2014年04月11日 22:08
You must add any plugin dependencies not to your module, but to the IntelliJ Platform SDK you're using.Additionally your plugin must add corresponding <depends> tags to determine runtime dependencies.
社区
IntelliJ IDEA Open API and Plugin Development
How to properly add dependency to another plugin: "TestProxy cannot be cast to TestProxy"
0 票
创建于
2014年04月08日 18:59
so you did escape "<username>" in the logs you posted?
社区
IntelliJ IDEA Open API and Plugin Development
Intellij sample test, ERROR: Invalid home path
0 票
创建于
2014年04月08日 19:39
Did you try to create "test" folder manually in sandbox-home?Indeed compilation of ConditionalOperatorConvertor needs to be adjusted.
社区
IntelliJ IDEA Open API and Plugin Development
Intellij sample test, ERROR: Invalid home path
0 票
创建于
2014年04月08日 19:42
just empty folder
社区
IntelliJ IDEA Open API and Plugin Development
Intellij sample test, ERROR: Invalid home path
0 票
«
第一页
‹
上一页
下一页
›
最后
»