S Sayakci
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 3
-
Created Adding custom environment variables when debugging PHP applications
CompletedHey,I am adding with com.jetbrains.php.run.PhpRunConfigurationExtension environment variables to Run scripts (PHPUnit). It seems like this does not work for Debugging executions. Is there something... -
Created Add custom display type to Intelij Database Tool
AnsweredHey, I want to add a custom display type to the database tool view. I couldn't find any publicly listed extensions points to this part of intelij. Is this possible? I mean this module https://imgur... -
Created Getting PHP namespace from VirtualDirectory
AnsweredHey, I want to create my own New -> XXX action. I want to prefill the namespace like the Create New PHP Class. But how can I get the namespace for a directory?