S Sayakci
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 3
-
S Sayakci created a post, CompletedAdding custom environment variables when debugging PHP applications
Hey,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... -
-
S Sayakci created a post, AnsweredAdd custom display type to Intelij Database Tool
Hey, 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... -
S Sayakci created a post, AnsweredGetting PHP namespace from VirtualDirectory
Hey, 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?