主页
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年01月23日 19:14
Is your code available somewhere publicly?
社区
IntelliJ IDEA Open API and Plugin Development
Reference Contributor and Code Completion
0 票
创建于
2014年02月06日 13:35
What version of IntelliJ IDEA are you using?Please post your full plugin.xml.
社区
IntelliJ IDEA Open API and Plugin Development
embed a custom live template in a plugin
0 票
创建于
2014年02月04日 16:55
" My plugin doesn't work in PyCharm" = ??
社区
IntelliJ IDEA Open API and Plugin Development
How do I debug a plugin in PyCharm (or RubyMine, WebStorm, etc)?
0 票
创建于
2014年02月04日 17:06
Did you follow rules from here http://confluence.jetbrains.com/display/IDEADEV/Plugin+Compatibility+with+IntelliJ+Platform+Products
社区
IntelliJ IDEA Open API and Plugin Development
How do I debug a plugin in PyCharm (or RubyMine, WebStorm, etc)?
0 票
创建于
2014年01月28日 09:56
No, that's not possible. Did you take CPU snapshots which prove that parsing is really the culprit? Or do you have additional functionality (annotator, resolving ...) which might rather cause this?
社区
IntelliJ IDEA Open API and Plugin Development
Problems with performance in custom language plugin
0 票
创建于
2014年02月11日 10:29
Please post full stack trace. Are sources of your plugin available?
社区
IntelliJ IDEA Open API and Plugin Development
"Invalid stub element type in index.. " exception - what is the cause?
0 票
创建于
2014年02月18日 09:48
Indeed a common mistake. You can also use Tools|View PSI Structure, click on the element and see the references. Click on the reference to inspect and it will highlight the underlying TextRange.
社区
IntelliJ IDEA Open API and Plugin Development
PSI Reference Help with Salesforce APEX Plugin
0 票
创建于
2014年02月07日 10:12
Some OS info is additionally available via com.intellij.openapi.util.SystemInfo
社区
IntelliJ IDEA Open API and Plugin Development
How to programmatically retrieve information like language, OS, Architecture, etc. regarding the current project
0 票
创建于
2014年02月10日 10:47
It will be available in upcoming 13.<1>
社区
IntelliJ IDEA Open API and Plugin Development
reference custom xml schema
0 票
创建于
2014年03月14日 10:32
1) If you want to run validation as "action", see com.intellij.xml.actions.validate.ValidateXmlActionHandler. If you want to contribute custom DTD to known namespaces in IDE (so DTD validation work...
社区
IntelliJ IDEA Open API and Plugin Development
Read an xml
0 票
«
第一页
‹
上一页
下一页
›
最后
»