Use own settings inside macro/external tool
I want to "fix" this problem http://youtrack.jetbrains.com/issue/WI-18573 with my plugin
Can i access my variables from http://confluence.jetbrains.com/display/IDEADEV/Persisting+State+of+Components insde the phpstorm macros?
I have now a setting where i save the url and this url i'd like to use this value inside the external tools
Please sign in to leave a comment.
If you implement your own macro (com.intellij.ide.macro.Macro), you can access your settings from the macro implementation.
No, i don't implement a own macro, i'm using third party tool https://www.jetbrains.com/phpstorm/webhelp/configuring-third-party-tools.html which i use to opeb the browser.
Will try to implement a own macro.