Daniel Fatkic
- Total activity 74
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 26
-
Created Plugin Works in IntelliJ IDEA but not in PHPSTORM
Hi, i'm trying to create a plugin for phpstorm but even the simplest stuff doesn't work.This is my current project just to get familiar with the system : https://github.com/ragtek/ideaplaygroundI'm... -
Created Use own settings inside macro/external tool
I want to "fix" this problem http://youtrack.jetbrains.com/issue/WI-18573 with my pluginCan i access my variables from http://confluence.jetbrains.com/display/IDEADEV/Persisting+State+of+Components... -
Created Creating Custom Language Support with Grammar Kit
Where can i find more informations to the grammar kit https://github.com/JetBrains/Grammar-Kit ?I've followed http://confluence.jetbrains.com/display/IDEADEV/Developing+Custom+Language+Plugins+for+... -
Created change parent php class (for autocomplete)
Anybody knows, if it's possible to create a plugin, which could help me with http://devnet.jetbrains.com/thread/311967 ?My idea was, to put @xfcp REAL CLASSNAMe into the file, so the IDE knows, whi... -
Created Deprecated Documentation
Hi, i just tried http://confluence.jetbrains.com/display/IDEADEV/Customizing+the+IDEA+Settings+Dialog but the code is deprecatede.g. In the plugin configuration file plugin.xml, create the <extensi... -
Created Start phpstorm with parameter defined style
Can i select the style, which i want to use in phpstorm as parameter in a windows shortcat?I love the darcula style, but it's a pain to work with it when i'm in the garden.That's why i'd like to ha... -
Created Open File From Browser
Is something like this: http://symfony.com/doc/master/reference/configuration/framework.html#ide also possible with the newest phpstorm version? -
Created Exclude Directory from inspection
Can i mark a directory which includes "skeleton files" from the inspection?The skeleton directory includes several files and directories, which aren't valid php files, they're only templatese.g.cla... -
Created Powershell Support
Is there a way to use the windows powershell with the phpstorm command line tools console? -
Created create automatic use namespace...
Is there a way to let phpstorm include the needed namespace in the header automatic?I've seen this in eclipse and would love to do this with phpstorm too.e.g.if i write this code:$foo = new Ragtek\...