主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Daniel Espendiller
活动总数
7
最后的活动
2016年04月25日 14:44
成员加入日期
2013年05月05日 10:15
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
3
活动概览
帖子(0)
评论(4)
Daniel Espendiller
进行了评论,
2016年04月25日 14:44
just the same for external libs. every plugin is a sandbox, so just let them compile in: Project Structure -> Modules -> Dependencies -> Scope. You can also see https://github.com/nicoulaj/idea-mar...
社区
IntelliJ IDEA Open API and Plugin Development
Library reflection in plugin
0 票
Daniel Espendiller
进行了评论,
2016年04月25日 14:33
META-INF/plugin.xml -> idea-plugin -> <depends>com.jetbrains.twig</depends> Project Structure -> SDKs -> Classpath -> Add foreign plugin jar for builds (JetBrains/../Plugins/twig/...)
社区
IntelliJ IDEA Open API and Plugin Development
Library reflection in plugin
0 票
Daniel Espendiller
进行了评论,
2013年05月17日 18:35
it looks like many plugins getting into trouble with this issue. do you known any open issue to check status and follow up discussion?
社区
IntelliJ IDEA Open API and Plugin Development
PHP OpenAPI: Deadlock when renaming class
0 票
Daniel Espendiller
进行了评论,
2013年05月05日 10:15
same as here: https://github.com/adrienbrault/idea-php-symfony2-plugin/issues/46if you have good working code let me know :)this one does it: PhpPsiElement value = ((AssignmentExpression)parent).ge...
社区
IntelliJ IDEA Open API and Plugin Development
How to retrieve value from VariableImpl instance in PhpType provider
0 票