Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Daniel Espendiller
Total activity
7
Last activity
April 25, 2016 14:44
Member since
May 05, 2013 10:15
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
3
Activity overview
Posts (0)
Comments (4)
Daniel Espendiller
commented,
April 25, 2016 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...
Community
IntelliJ IDEA Open API and Plugin Development
Library reflection in plugin
0 votes
Daniel Espendiller
commented,
April 25, 2016 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/...)
Community
IntelliJ IDEA Open API and Plugin Development
Library reflection in plugin
0 votes
Daniel Espendiller
commented,
May 17, 2013 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?
Community
IntelliJ IDEA Open API and Plugin Development
PHP OpenAPI: Deadlock when renaming class
0 votes
Daniel Espendiller
commented,
May 05, 2013 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to retrieve value from VariableImpl instance in PhpType provider
0 votes